Skip to main content
Question

Best practice for working out FME_SERVER_PORT_POOL range

  • April 15, 2026
  • 2 replies
  • 25 views

anryan
Contributor
Forum|alt.badge.img+5

Hi all,

I have a fault tolerant deployment of FME Flow 2026.1 in our private AWS account. Our security team requires us to limit the number of ports to be opened between WebUI/Core and Engine hosts (eg. least privilege).

Is there a best practice rule/formula in calculating the number of ports required to be opened depending on the number of engines per host and the number of hosts in your deployment and the starting port number? Thanks

Example:

3 engines / host and 2 hosts = 6 engines

Is there a redundant factor that needs to be applied? eg. 2 times

Therefore 3 engines x 2 hosts x 2 redundant factor = 12 TCP ports are required.

The starting port number should be from 50000

 

fmeFlowConfig.txt

FME_SERVER_PORT_POOL=50000-50011

2 replies

hkingsbury
Celebrity
Forum|alt.badge.img+70
  • Celebrity
  • April 16, 2026

I’m assuming you’ve seen this document? FME Flow Ports

In there they use an example of a 50 port range, but to your point, don’t specify if there should be a minimum based on your setup.

@rylanatsafe any insight you or someone else has in this space?


anryan
Contributor
Forum|alt.badge.img+5
  • Author
  • Contributor
  • April 16, 2026

I’m assuming you’ve seen this document? FME Flow Ports

In there they use an example of a 50 port range, but to your point, don’t specify if there should be a minimum based on your setup.

@rylanatsafe any insight you or someone else has in this space?

Yes, I have looked at this document on the ports