You can read log files by logging into an SSH shell (using PuTTY or a similar interface) then running the command less. For example:
less /var/log/messages
will display recent error messages.
You can also check recent server resource usage (or overusage) with the command:
cat /proc/user_beancounters