Announcement

Collapse
No announcement yet.

Hosting dedicated Darkplaces server on a rented server

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Hosting dedicated Darkplaces server on a rented server

    Hi all!

    I'm not able to see my dedicated Darkplaces server.

    I created the following bat file:

    Code:
     start "C:\Quake Dedicated Server\" darkplaces.exe -dedicated 16 -port 26000 +set deathmatch 1 -condebug -mem 64 -zone 8192 +set timelimit 15 +set fraglimit 20 +set hostname "wizardmachine test server" +set sv_protocolname quake +set noexit 1 +set pausable 0 +map e1m1 sv_public 1
    The server starts fine and this is what it looks like:

    port.png

    Every where I look it says that I need to do port-forwarding but this is on a rented server, not my computer, so I guess there's no need to do that with Darkplaces (unless I got it all wrong

    It obviously doesn't appear on the public darkplaces server list and connecting directly with the IP doesn't work. Port 26000 has been opened in Windows Firewall.

    What could be the issue here?

    Best,
    wizardmachine
Working...
X