Launching the server - Dawn-of-Light/DOLSharp GitHub Wiki
We are now ready to launch our server.
Go in the release directory of your DOL server and launch the server :
DOLServer.bat
A DOS console should appear and after a few minutes the message "GameServer is now open for connections!" is displayed to confirm the server is running fine :
Nice job !
If your server is stopped after the "Current UPnP mappings" message in the log, then you will need to deactivate the UPnP setup.
In the config/server.xml, change the below setup to False:
<EnableUPnP>False</EnableUPnP>
Go in the release directory of your DOL server and launch the program "DOLServer" via dotnet command :
DOLServer.sh
After a few minutes the message "GameServer is now open for connections!" is displayed to confirm the server is running fine.
Well done !
Go in the release directory of your DOL server and launch the program "DOLServer" via dotnet command :
DOLServer.sh
After a few minutes the message "GameServer is now open for connections!" is displayed to confirm the server is running fine.
Nice !
Go in the release directory of your DOL server and launch the program "DOLServer.exe" via mono :
mono --gc=sgen --server DOLServer.exe
After a few minutes the message "GameServer is now open for connections!" is displayed to confirm the server is running fine :
Great job !