Hi everyone,
I’m trying to improve the security of our Ignition setup and need some guidance on the correct way to configure access.
Goal
- Block port 8088 (Gateway web UI) from the internet
- Keep Perspective projects accessible from the internet
- Allow 8088 only when I’m on the local network (for admin / design work)
In other words:
- On local network:
http://<gateway-ip>:8088→ full Gateway + Perspective - From internet: no access to 8088, but users should still be able to open Perspective sessions.
Current setup
- Ignition version:
8.1 - OS:
Windows - Ignition running on a server in the LAN
- Firewall is currently forwarding
8088on the Ignition server.
Questions
- What is the recommended way to block 8088 from WAN but allow it on LAN only?
- Should I:
- Stop forwarding 8088 and only expose HTTPS (8043), or
- Put a reverse proxy (Nginx/Caddy/Apache) in front and only proxy the Perspective paths?
- Are there any official best-practice examples for exposing Perspective securely while keeping the Gateway UI internal?
Any example firewall rules or reverse proxy configs would be really helpful.
Thanks!