Need help setting up a VPS with screens

Status
This thread has been locked.

iSolarMC

Banned
Feedback score
0
Posts
12
Reactions
2
Resources
0
Hello! I'm looking for someone that could possibly help me set up Screens.
I want to have two servers,

1. Minecraft 1.11.2 Vanilla - 1 GB RAM (Private SMP)
2. PaperSpigot 1.11.2 - 5 GB RAM (Main server)

I have a Debian 8 Minimal VPS
Unfortunately, I cannot pay.
 
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

Shattered

old-timer
Supreme
Feedback score
5
Posts
3,486
Reactions
2,059
Resources
0
Assuming you know how to upload files to our server.
After you have your files on your server, go to the directory for the 1GB server and type:
apt-getinstall screen -y
apt-get install openjdk-7-jre-headless

screen -s minecraft
java -Xmx1024M -Xms1024M -jar server.jar nogui -o true

press CTRL+A+P and then go to the 5GB server's directory, and type:
screen -s minecraft2
java -Xmx5120M -Xms5120M -jar server.jar nogui -o true

and press CTL+A+P again to get out of the screen.

The servers should be running, if you are having trouble connecting you'd need to open ports.
 
Last edited:

Latouth

Troubled on Linux? Ask me!
Supreme
Feedback score
18
Posts
1,213
Reactions
504
Resources
0
Assuming you know how to upload files to our server.
After you have your files on your server, go to the directory for the 1GB server and type:
apt-getinstall screen -y
apt-get install openjdk-7-jre-headless

screen -s minecraft
java -Xmx1024M -Xms1024M -jar server.jar nogui -o true

press CTRL+A+P and then go to the 5GB server's directory, and type:
screen -s minecraft2
java -Xmx5120M -Xms5120M -jar server.jar nogui -o true

and press CTL+A+P again to get out of the screen.

The servers should be running, if you are having trouble connecting you'd need to open ports.
Did you just recommend java 7 run time environment?
 

Latouth

Troubled on Linux? Ask me!
Supreme
Feedback score
18
Posts
1,213
Reactions
504
Resources
0
Status
This thread has been locked.
Top