1. The forums will be archived and moved to a read only mode in about 2 weeks (mid march).

Vps

Discussion in 'Help' started by Alex, Aug 14, 2017.

  1. Alex

    Alex Spider Jockey

    Messages:
    28
    GitHub:
    Bichwha
    Can Anyone teach me How to host a pocketmine server with vps the videos in YouTube are old. And when I leave putty server shutdowns
     
  2. EdwardHamHam

    EdwardHamHam Skeleton

    Messages:
    962
    GitHub:
    edwardhamham
    You'll have to use a program to keep it onine when you're not logged in to SSH.. The The one I like to use is screen. Simply do:
    Code:
    screen ./start.sh
    to start the server. You can then log out of your VPS and the server will remain running. If you don't have screen you can install it with:
    Code:
    sudo apt-get install screen
    (if you're on an Ubuntu based system) or:
    Code:
    sudo yum install screen
    (if you're on CentOS).

    To go back to the console of a server that's already running, type: screen -r.
     
  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.