For the complete documentation index, see llms.txt. This page is also available as Markdown.

Troubleshooting

Failed to initialize Nethost

Install .NET 8.0 Desktop Runtime

Server console instantly closes

Others can't connect to my server

  • Ensure Server.Loader.exe is still running (it must be running for anyone to connect)

  • Allow Server.Loader.exe through your firewall

  • If you are port-forwarding:

    • Check the port you forwarded, it must match what "Port" in config.json is set to (default is 11778)

    • Try changing the protocol to only UDP

  • If you are on a LAN or using a virtual network software (Hamachi, Radmin VPN, ZeroTier, etc):

    • The IP attempting to be used should start with either 10, 172, or 192.168 ex. 192.168.1.15

    • Make sure you are attempting to connect to the correct IP, the host's

System.IO.DirectoryNotFoundException

Double check that there is a Modsfolder in the Serverfolder.

Last updated