Server Help

Post your questions here
Post Reply
bdownen323
Posts: 2949
Joined: Mon Nov 28, 2011 11:00 pm

Server Help

Post by bdownen323 »

So I recently bought a server from CoreNetworks (the people that Stormz bought his from, I actually bought the same plan as him) and I'm not entirely sure how to start up my serverargs file in the command. I dropped my mxserver folder in the /misc folder, and I try to run it as /misc/mxserver --args-file serverargs.txt and it comes up with "can't open serverargs.txt" or something like that. Any help?
jlv
Site Admin
Posts: 15381
Joined: Fri Nov 02, 2007 5:39 am
Team: No Frills Racing
Contact:

Re: Server Help

Post by jlv »

Try:

cd /misc
./mxserver --args-file serverargs.txt

Or if you want it to keep running after you log off:

cd /misc
nohup ./mxserver --args-file serverargs.txt

To kill the server, type "ps ax" and then "kill <pid>", where <pid> is the process ID for the mxserver process.
Josh Vanderhoof
Sole Proprietor
jlv@mxsimulator.com
If you email, put "MX Simulator" in the subject to make sure it gets through my spam filter.
bdownen323
Posts: 2949
Joined: Mon Nov 28, 2011 11:00 pm

Re: Server Help

Post by bdownen323 »

Turns out I didnt have to try that cause Stormz got it working for me! :lol:
Post Reply