Launching the server - Dawn-of-Light/DOLSharp GitHub Wiki

We are now ready to launch our server.

win On Windows10

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>


debian On Linux (dotnet)

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 !


macos On MacOS (dotnet)

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 !


mono Old version using mono

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 :

linux-launch-1

Great job !

⚠️ **GitHub.com Fallback** ⚠️