Skip to content

What to do if the server is down

rrudling edited this page Sep 8, 2021 · 3 revisions
  1. SSH into the server with the armada user: ssh armada@bornholm.sys.armada.nu
  2. Become root: sudo -i
  3. See the last 1000 rows in the server log file:tail -n 1000 /usr/home/ais/nginx/uwsgi.log

You could also log in to Sentry and see the errors there.

Clone this wiki locally