Author Topic: Starting a blockland server on ubuntu on a unmanaged VPN  (Read 2141 times)

Hi,
I want to start a Blockland server on a unmanaged VPN that has Ubuntu installed to it. I rented the server from NFOservers, so there are options to change the OS. I am quite lost here, but i hear that many large hosts have started their servers using NFO servers. If there is a way to have a step-by-step guide kind of, to setting up the VPN, and having blockland on it, that would be great..
All the best
-Dannu

PS. Yes.. I am in way over my head


Use this script: http://forum.blockland.us/index.php?topic=254544.0
Thanks, keeping topic unlocked, in case anyone has anything to add into it

# apt-get install docker
# docker run -i -t -P teozkr/blockland[/tt

# apt-get install docker
# docker run -i -t -P teozkr/blockland[/tt

Explain. From what I know docker doesn't sound like the best solution.


Here is my dedicated.sh file:
screen -dmS blockland xvfb-run -a wineconsole --backend=curses ./Blockland.exe ptlaaxobimwroe -dedicated

This is actually based on Greek2me's dedicated server script, just extremely stripped down.


This is the least you'll probably need:
xvfb-run -a wineconsole --backend=curses ./Blockland.exe ptlaaxobimwroe -dedicated
You'll have to keep a terminal session open if you use this method, however.