Which terminal? Every command is tagged.
COMPUTER = the blue terminal on your computer (logging in, sending files).
SERVER = the red terminal on the server (operating it).
Control Levers opens in new tab
Operator Cheat Card
Session ritual
Start: open the Console, confirm the status rail reads online / green. One glance = platform healthy.
During: Console for all tool work. Server terminal only for restarts/config.
End: nothing to shut down — the engine runs on its own. Just close windows.
Common fixes
Site shows "502": engine stopped. Server terminal: pm2 restart atlas-host.
"Cannot find a process named C:\Users…": you typed the prompt text. Type only what comes after the prompt.
Pile of >> / stuck lines: pasted ahead of a ready prompt. Press Ctrl+C, wait for a clean prompt, go one line at a time.
"&& not a valid separator": you ran a server command in the local window. Run it on the server (red).
Certificate warning on a new address: wait 60s; if it persists, systemctl reload caddy.
Deploy a tool (quick)
Open the Console → type a Site name → drag a single .html file (or a folder with an index.html) → Deploy.
Update: same name, or the Update button. Prior version saved automatically.