Viewing Console After Using nohup

Discussion in 'Bukkit Help' started by kremington, Nov 21, 2011.

Thread Status:
Not open for further replies.
  1. Offline

    kremington

    Hi,
    I have a VPS that I am running my Minecraft server on. It is a command line interface running CentOS 6.0. I use the command

    nohup java -Xincgc -Xmx3584M -jar minecraft_server.jar nogui &

    to start the server. How do I view the console after doing this?
     
  2. Offline

    Spongebob1212

    server.txt
     
  3. Offline

    shadrxninga

    Log into the server via ssh and type this command "screen -r MINECRAFT" - it will display the console in an ssh session. To get out of the console while in ssh hit Ctrl + C.
    If you want to look at previous console output, open up the server.log file. Located in the server's root folder.
     
Thread Status:
Not open for further replies.

Share This Page