Author Topic: Another dude with server admin troubles  (Read 2919 times)

Seanbot

  • Posts: 2
  • Turrets: +0/-0
Another dude with server admin troubles
« on: May 09, 2010, 11:19:10 am »
I'm attempting to set up a local Tremulous server on my network because the client hosting wasn't working so well.

So far I just grabbed a package for Linux and have tremded and all the pk3 files, I've set up the server config file and am running the server with the command tremded +exec server.cfg
The tutorials for getting servers up have been pretty pathetic, not going beyond "Type this in". I get up to the point that a level is loaded, but I can't seem to connect to the server, an nmap showed that there isn't any port open for it, so that's an issue, does tremded open it's own port or not?

David

  • Spam Killer
  • *
  • Posts: 3543
  • Turrets: +249/-273
Re: Another dude with server admin troubles
« Reply #1 on: May 09, 2010, 05:00:48 pm »
The server won't start until a map is loaded, either add +map atcs to the command line or put it at the bottom of server.cfg.
Any maps not in the MG repo?  Email me or come to irc.freenode.net/#mg.
--
My words are mine and mine alone.  I can't speak for anyone else, and there is no one who can speak for me.  If I ever make a post that gives the opinions or positions of other users or groups, then they will be clearly labeled as such.
I'm disappointed that people's past actions have forced me to state what should be obvious.
I am not a dev.  Nothing I say counts for anything.

Snake

  • Posts: 541
  • Turrets: +43/-110
    • IdeaShock
Re: Another dude with server admin troubles
« Reply #2 on: May 09, 2010, 08:43:28 pm »
You have to open the port by yourself..., then set it with +set net_netport port# when loading, your loading line should look pretty much like this:

Also, what David said.


tremded +set dedicated 2 +set net_port portnumber +exec server.cfg +map atcs

(use dedicated 2 if you want your server to be avalible on the master server list or 1 if you want to setup something such a lan party or something like that)
.

Seanbot

  • Posts: 2
  • Turrets: +0/-0
Re: Another dude with server admin troubles
« Reply #3 on: May 10, 2010, 07:44:08 am »
Thank you guys.
Turns out it was working for a while, I just didn't try to connect every time, nmap returned a false negative.

Now to get ioUrbanTerror to stop segfaulting...
ioQuake really hates me.