Https zima dashboard with nginx

I have nginx set up and I have the IP and port of zima put it but it will try to load the page but the apps will never appear

Yeah this usually points to the reverse proxy not handling ZimaOS WebSocket/API traffic properly. The dashboard itself loads, but the live app data never connects, so the apps stay blank/loading forever.

Most of the time it ends up being one of these:

  • missing WebSocket headers in NGINX
  • wrong proxy port/IP
  • HTTPS frontend talking badly to HTTP backend
  • Cloudflare proxy/cache interfering
  • missing upgrade/timeouts

If you can share your NGINX config (just remove public domains/IPs if needed), people can probably spot the issue pretty quickly.

Also test accessing ZimaOS directly by local IP without NGINX. If apps appear normally there, then the issue is almost definitely the reverse proxy config and not ZimaOS itself.