See all output of server?

I would like to see everything the server outputs in the WebUI, is it possible? Right now I can only see some things. Also, can I open a console to see the output and run commands through SSH? Is that a feature?

Thank you for your help!
Brandon

It’s especially easy if you’re only running one server. Log in as your unprivileged user and type screen -r. If it’s your only server, you’ll connect right to the actual console, which is live, and you can type into.

If you have multiple servers running by that user, it’ll ask you which screen you want to connect to, so you’d instead type in something like screen -r xxxx where xxxx is the PID (you’ll see on screen) of the process you want to connect to.

Also, if my memory serves me correctly, you can do this:

cd /usr/games/minecraft
./mineos_console.py -s myservername console

I recommend the first option, though, because it is a standard way to attach to screens, and is more useful knowledge in general.