Rimdesk
Default Site
Nginx Proxy Manager
Domain configured

Your Rimdesk domain is live.

This is a professional placeholder served via Nginx Proxy Manager. If you’re seeing this, the DNS and proxy are correctly set. Deploy your upstream app and update the proxy target when ready.

Next steps

  • Point your proxy to the upstream service (Docker, k8s, or VM).
  • Enable HTTPS via Let’s Encrypt in NPM and force SSL.
  • Add X-Forwarded-* headers and websockets if your app needs it.
  • Configure Access Lists, Basic Auth, or IP allow‑lists as needed.
Proxy Host → rimdesk.example → http://upstream:8080
SSL → Request a new certificate (Let’s Encrypt)
Advanced → Websockets, Custom Nginx config

Status

DNS ✓ Proxy ✓ TLS ⏳

Tip: DNS records may take time to propagate globally.

Security checklist

  • Use strong admin credentials
  • 2FA for all admins
  • Auto‑renew TLS certs
  • Limit admin panel exposure

Common snippets

Forwarded headers
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto $scheme;
proxy_set_header X-Forwarded-Host $host;
Websockets
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection $connection_upgrade;

Contact & Support

For Rimdesk support or to report an issue with this domain, contact your administrator.