Back to Dashboard

🚨 Emergency Restart Guide

Use these commands if your server or dashboard stops working

Quick Restart (If Dashboard is Down)

Step 1: SSH into your server

ssh -i ~/.ssh/loomis_key.pem root@159.69.26.217

Step 2: Check what's running

pm2 list

Step 3: Restart everything

pm2 restart all

Step 4: Check cloudflared logs

pm2 logs cloudflared-tunnel --lines 10
Command Cheat Sheet

See all running services

pm2 list

Restart everything

pm2 restart all

Restart just dashboard

pm2 restart dashboard-api

Restart cloudflared tunnel

pm2 restart cloudflared-tunnel

Check logs

pm2 logs

Stop everything

pm2 stop all

Start everything

pm2 start all
If Cloudflared Won't Start

Check if certificate exists:

ls -la ~/.cloudflared/cert.pem

If missing, copy from your Mac:

scp -i ~/.ssh/loomis_key.pem ~/.cloudflared/cert.pem root@159.69.26.217:~/.cloudflared/

Then restart:

pm2 restart cloudflared-tunnel
Security Information
Server IP: 159.69.26.217
SSH Key: ~/.ssh/loomis_key.pem
Dashboard: https://dashboard.loomyloo.app
Tailscale IP: 100.77.7.128

Last updated: March 14, 2026

Bookmark this page for emergencies!

Server Online Dashboard Active Tunnel Connected