Okay so this is probably a super straight forward issue, but I can not find a clear answer online after a good bit of searching.
Basically, I am trying to set up my MineCraft server to run off a remote linux system on my college campus. I can upload the game server files, connect with ssh and start it up no problem. I can connect from any client and it all runs surprisingly well.
But here's the problem.
The moment I exit the SSH session by closing the Terminal.app on my mac, the server stops. How can I keep the server operating after I close the session on my Mac? I tried using things like 'nohup' and such, but because I am stuck in a Java/Minecraft sort of session, it only excepts minecraft related commands.
How do I go back a level in the command line so that I can close my SSH session and keep my server running?
Basically, I am trying to set up my MineCraft server to run off a remote linux system on my college campus. I can upload the game server files, connect with ssh and start it up no problem. I can connect from any client and it all runs surprisingly well.
But here's the problem.
The moment I exit the SSH session by closing the Terminal.app on my mac, the server stops. How can I keep the server operating after I close the session on my Mac? I tried using things like 'nohup' and such, but because I am stuck in a Java/Minecraft sort of session, it only excepts minecraft related commands.
How do I go back a level in the command line so that I can close my SSH session and keep my server running?
Last edited: