Author Topic: Need some help setting up a VPS for blockland[NVM]  (Read 1104 times)

Alright so first i know like the bare minimum of how to use this vps, so be patient with me.

Now I followed this all the way up until the end where it tells me to type in "cd /server" but everytime I do this it just gives me this


I was hoping someone could help me out

EDIT: I ended up getting a windows server instead, thanks for all the help tho guys
« Last Edit: May 08, 2017, 10:36:20 PM by YounqD »

type "ls"
it'll tell you what files/directories there are in your current directory

Okay did it, and it gave me this


Not sure what to do next tho

what's in that?
use "cd blockland-server" (note that you can probably use tab completion)
then use "ls" again

Okay so i did that, and inside the "blockland-server" is "blockland" this has all the files and such like Add-ons, Base, saves etc

do mv blockland/* ./

okay I did that and i'm guessing its to move my blockland folder, and I just wanted to make sure if the blockland folder needs to be in the root folder or just in the main folder


so they said to put the blockland folder in bin, but it shouldn't matter too much
pretty sure instead of "cd server", to run you should cd to the directory you put the server file in, and execute it with "./server"
if it complains about server is not an executable, run "chmod +x server" and then "./server"