Blockland Forums > Help
[GUIDE] Hosting a Dedicated Server on Linux
Altiris:
Fill me in on what a VNC is please
Greek2me:
--- Quote from: Altiris on June 20, 2012, 11:39:53 PM ---Fill me in on what a VNC is please
--- End quote ---
It's a remote desktop thing for managing servers.
TomTheGeek²:
Okay, once Teamspeak says something about my license, I'll be installing VNC in a heartbeat and moving the server to a new location.
Seriously, +1 respect to you and the Wine Dev Team.
YayFun:
--- Quote from: Altiris on June 20, 2012, 11:33:50 PM ---Are you aware you could have just used Wine and then double clicked on the dedicated server icon? Wine actually runs Blockland very very well, u just cant have fullscreen.
--- End quote ---
That runs the client too which I was not aiming for. You need to use the command manually or from a script to prevent the client from also loading.
YayFun:
Just an update:
I discovered my FTP server prevented logging into the folder path Blockland creates. I fixed it by doing this.
--- Code: ---mv /root/Blockland/ /var/blockland/
--- End code ---
Afterwards I appended the following to the launcher options.
--- Code: ----profilePath "/var/blockland"
--- End code ---