The FTB Forum is now read-only, and is here as an archive.
To participate in our community discussions, please join our Discord! https://ftb.team/discord
Thanks a lot guys I got it going. screen was already installed. But for anyone who it isn't this is what I found works:
yum install screen.x84_64
[cd into the server directory]
[cntrl + A + C]
screen ./ServerStart.sh
let the server fully boot then:
[cntrl + A + D]
everything is running...
When my SSH connection closes to my VPS the server will stop. So I am wondering if there is an argument (or some other way) I can get the server to run with out requiring an active connection. It is a pain to keep the connection open because even if the computer is on it will time out after a...