Skip to main content
Solved

FME Server Web UI and the Firewall

  • October 24, 2016
  • 2 replies
  • 109 views

fmelizard
Contributor
Forum|alt.badge.img+17

What ports do I need to open on my firewall to ensure I have full functionality of the FME Server WebUI?

Best answer by steveatsafe

For full functionality of the FME Server Web UI you'll need to open port 80 (if https port 443) and port 7078. Port 7078 is for topic monitoring which uses websockets.

View original
Did this help you find an answer to your question?

2 replies

steveatsafe
Safer
Forum|alt.badge.img+12
  • Safer
  • Best Answer
  • October 24, 2016

For full functionality of the FME Server Web UI you'll need to open port 80 (if https port 443) and port 7078. Port 7078 is for topic monitoring which uses websockets.


mattwilkie
Supporter
Forum|alt.badge.img+11
  • Supporter
  • February 14, 2023

Run from an elevated CMD or Powershell:

netsh advfirewall firewall add rule name="Open Port 80" dir=in action=allow protocol=TCP localport=80
netsh advfirewall firewall add rule name="Open Port 443" dir=in action=allow protocol=TCP localport=443
netsh advfirewall firewall add rule name="Open Port 7078" dir=in action=allow protocol=TCP localport=7078
 
netsh advfirewall firewall add rule name="Open Port 80" dir=out action=allow protocol=TCP localport=80
netsh advfirewall firewall add rule name="Open Port 443" dir=out action=allow protocol=TCP localport=443
netsh advfirewall firewall add rule name="Open Port 7078" dir=out action=allow protocol=TCP localport=7078

I don't know why this is left as an exercise to the user. It's straightforward once the command parameter synax is sorted out.


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie settings