06-20-2015, 03:47 PM
(This post was last modified: 06-20-2015, 04:00 PM by LogicParrot.)
Use Tmux or screen. I made a guide for Tmux here.
TL;DR:
1. Install Tmux in the server.
2. SSH into the server.
3. type "tmux".
4. Type anything you please in the virtual terminal that opens up, (in this case, ./MCServer).
5. Hit Ctrl-B, then D to detach from the virtual terminal and send it to the background.
6. You can log out now and the server will still live on in the virtual terminal.
7. To check the server console or shut it down, attach to the terminal by ssh'ing into the server again and then typing "tmux attach".
TL;DR:
1. Install Tmux in the server.
2. SSH into the server.
3. type "tmux".
4. Type anything you please in the virtual terminal that opens up, (in this case, ./MCServer).
5. Hit Ctrl-B, then D to detach from the virtual terminal and send it to the background.
6. You can log out now and the server will still live on in the virtual terminal.
7. To check the server console or shut it down, attach to the terminal by ssh'ing into the server again and then typing "tmux attach".