12.09.2014, 09:35
On Linux without a GUI(most people use this that are running legitimate servers), you just need to view the server log(server_log.txt). You can view it without downloading it from the server itself if you use a CLI text editor (vim, nano, etc.). I find nano the most intuitive - you can install it with 'apt-get install nano' and use it to view the server log with 'nano server_log.txt'.