What network ports does Foldr use? · Self-hosted

What network ports does Foldr use?

What network ports does Foldr use?

Foldr’s appliance opens a number of TCP and UDP ports. Most are only needed in specific configurations (Kerberos SSO, multi-node clusters, search-tier appliances). The list below groups them by purpose so you can decide which ones your deployment actually needs to allow through your firewall.

Client access (inbound)

PortProtocolPurpose
443TCPHTTPS for the web app, mobile apps, and desktop drives. The main port to allow from your user network or the internet.
80TCPHTTP redirect to HTTPS. Also used briefly during Let’s Encrypt certificate validation and renewal.
25TCPSMTP, used by the Inbox feature to receive email attachments into shared folders. Only required if you use Inbox.

Directory and storage backends (outbound to your services)

PortProtocolPurpose
389TCPLDAP to your domain controllers (clear text).
636TCPLDAPS to your domain controllers (recommended).
88TCP/UDPKerberos. Required only when Kerberos SSO is enabled.
464TCP/UDPKerberos password change. Required only when Kerberos SSO is enabled.
445TCPSMB to your Windows or Samba file servers.
53TCP/UDPDNS to your name servers.

Foldr administration (inbound to fadmin only)

PortProtocolPurpose
2082TCPSSH on Foldr v9 and earlier.
20820TCPSSH on Foldr v10 and later.
30537TCP/SSLFoldr Settings (admin UI) on Foldr v9 and earlier. v10 serves Foldr Settings on 443.
5481TCP/SSLCustom update channel.

Cluster and search (between Foldr appliances)

These are only relevant if you run a multi-appliance cluster, a back-end + client-access split, or a dedicated search appliance. None should be open to client networks; restrict them to the appliances themselves.

PortProtocolPurpose
3306TCPMySQL replication between cluster nodes.
4444, 4567, 4568TCPCluster state transfer and replication.
6379TCPRedis cache.
6380TCPRedis queue.
8983TCP/SSLSearch service. Required inbound on a search appliance from the application appliances.
11211TCPMemcached.

← All articles