Jump to content

Still trying to create dedicated beta server


Recommended Posts

JBQIxe4.png

Most of the time I want to play, the only beta servers available have high latency or are in winter. I would like to have my own server to play on where players can keep playing after I go to bed.

Things I've tried to solve this problem:

1.) Clean install
2.) verify steam files etc
3.) Port forwarding and used port forwarding program to verify that port 10999 is open
4.) disabled router's firewall

Link to comment
Share on other sites

Use these commands in a command prompt:

netstat -ona | find "10999"

wmic process get processid,parentprocessid,executablepath|find "insert the PID of the process found with the last command"

Now you'll know what app is using this port. This error message means that it can't open the server because something else already uses the specified port.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

Please be aware that the content of this thread may be outdated and no longer applicable.

×
  • Create New...