Server Help
-
bdownen323
- Posts: 2949
- Joined: Mon Nov 28, 2011 11:00 pm
Server Help
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
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.
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.
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
Turns out I didnt have to try that cause Stormz got it working for me! 