🔐 This page contains sensitive server information. Do not share this URL publicly.
Server
| Item | Value |
| Provider | Hetzner CAX11 (ARM), Nuremberg |
| IP | 178.104.85.204 |
| OS | Ubuntu 24.04 aarch64 |
| SSH | ssh root@178.104.85.204 (key auth) |
Services & Logins
Docker Containers
| Container | What It Does |
| n8n | All automation workflows |
| docs | This documentation site (nginx) |
| fenrir | AI guard dog — monitors server health every 5 min, sends ntfy alerts |
| fenrir-dashboard | Fenrir status web UI |
| heimdall | Heimdall dashboard at control.businessdetonator.com |
| coolify + coolify-db/redis/realtime/sentinel | Coolify deployment manager |
| coolify-proxy | Traefik reverse proxy + SSL |
FTP — img.fit901.com
| Item | Value |
| Host | img.fit901.com |
| Port | 21 (explicit FTPS) |
| Username | Skeleton13@img.fit901.com |
| Protocol | FTP with explicit TLS (FTPS) |
| Blog images path | /content-images/blog/ |
| Social images path | /content-images/social/ |
| Misc images path | /content-images/misc/ |
Firewall (UFW)
| Port | Purpose |
| 22 | SSH |
| 80 | HTTP (redirects to HTTPS) |
| 443 | HTTPS |
| 8000 | Coolify direct access |
Notifications (ntfy)
The server and n8n send push notifications via ntfy.sh. Subscribe to these topics in the ntfy app:
| Topic | What It Sends |
fit901-content-engine | Image Done, GHL Export ready, content generated |
fenrir-businessdetonator-9x7k2m | Server health alerts, security events, service down |
Traefik SSL Certs
Auto-renewing via Let's Encrypt. Dynamic config files in /data/coolify/proxy/dynamic/ on the server. Currently active:
- n8n.businessdetonator.com
- coolify.businessdetonator.com
- control.businessdetonator.com
- docs.businessdetonator.com
Updating Documentation
Docs are stored in /opt/docs/ on the server. To update any page:
ssh root@178.104.85.204
nano /opt/docs/lean-image-machine.html
Changes are live immediately — no restart needed (nginx serves files directly).