A beginner's question - Printable Version +- Xonotic Forums (https://forums.xonotic.org) +-- Forum: Support (https://forums.xonotic.org/forumdisplay.php?fid=3) +--- Forum: Xonotic - Server Administration (https://forums.xonotic.org/forumdisplay.php?fid=16) +--- Thread: A beginner's question (/showthread.php?tid=2896) |
A beginner's question - _enigma_ - 04-15-2012 Hello, I have tried today to set up a custom server, but I got stuck while executing it. I changed some minor things the server.cfg file and ran the script (server_windows.bat, but I've also tried on Linux), but then it showed me an error message: Code: [...] RE: A beginner's question - Loafers - 04-15-2012 It might help if you post your config files. RE: A beginner's question - Mr. Bougo - 04-15-2012 0.0.0.0 is fine, unless your server has multiple IP addresses. This means it listens on port 26000 on the default interface. You are not launching your server correctly because it can not find the data files. Where did you put the script? It should be placed in the parent directory to its original directory. Does the log indicate that server.cfg was correctly read ("execing server.cfg" with no error following)? EDIT: Actually that menu error seems normal, I get it too. The server doesn't need menu progs to run. So what exactly is the problem? Your server seems to be running fine. EDIT2: If you post your config, don't forget to hide your rcon password. If your problem is that the server is not accessible or visible in the list, make sure you have forwarded port 26000 (or whichever port you're using) in UDP mode in your firewall. |