![]() |
|
Dedicated Server Discuss technical issues related to hosting your own servers. |
![]() |
|
Thread Tools | Display Modes |
#1
|
|||
|
|||
![]()
We're hosting our server on a remote Mac. Currently we have to use VNC. The bandwidth isn't great, so VNCing results in slow refresh rates, red pings for everyone, etc. We use SSH for everything else - any way we could run the server_launcher that way? Would the Linux version work?
Cheers! |
#2
|
|||
|
|||
![]()
Add the command line flag "-noui" to disable GUI output:
./server_launcher -noui |
#3
|
|||
|
|||
![]()
Thanks!
For anyone else who might want to do this, I had to start it while the current directory was ~Altitude/, not ~Altitude/server_launcher.app/Contents/MacOS/. So, this doesn't work (throws Java errors): [juin@Aether]$ cd /Applications/Altitude/server_launcher.app/Contents/MacOS/ [juin@Aether]$ ./JavaApplicationStub -noui But this works: [juin@Aether]$ cd /Applications/Altitude/ [juin@Aether]$ ./server_launcher.app/Contents/MacOS/JavaApplicationStub -noui Also works with 'screen'. |
#4
|
|||
|
|||
![]()
Why do I still have an ugly server launcher window on my screen then mr juin?????
Grumble grumble making me suffer grumble ![]() |
![]() |
|
|