ssh root@188.245.70.171
- User:
root
- Port:
22 (default)
- This is a direct connection to the Hetzner VPS itself separate from the Coolify web dashboard, and separate from Coolify's own internal server management (Coolify manages this same box via the Docker socket, not SSH, since it runs on it).
For quick checks you often don't need a real SSH session at all Coolify has its own browser-based terminal:
Server (select your server) Terminal
Useful for docker ps, docker logs, docker inspect, and docker volume commands without leaving the browser. This is the terminal referenced in the deployment and troubleshooting guides.
- Setting up local tooling (like a Coolify MCP server) that Claude Desktop spawns on macOS? Use the full absolute path to binaries, e.g.
/usr/local/bin/node, not bare node. Claude Desktop doesn't reliably inherit your shell's PATH.
- Keep local project folders that need file-system access outside of macOS's protected folders (Documents, Desktop, Downloads). macOS's "disclaim" mechanism silently strips file-access permissions from processes launched out of those folders this cost real debugging time before the cause was found.