---
title: How to Add and Manage Egress Firewall Rules
url: "https://pressable.com/knowledgebase/how-to-add-and-manage-egress-firewall-rules/"
published: 2025-08-05
modified: 2026-08-11
author: Varsha Adusumilli
---

Egress firewall rules control **outbound traffic** from your site to external networks. By default, Pressable restricts outbound traffic for security reasons. The firewall rules allow you to define which external IP addresses, domains, or ports your site is allowed to connect to.

This is especially important for —

- **Improving security** by limiting which external systems your site can access.
- **Controlling data flow** and preventing unwanted or risky connections
- **Allowing specific services** (like external APIs or payment gateways) that your site depends on

Users who have [performance management permissions](https://pressable.com/knowledgebase/how-do-i-add-a-collaborator-guest-account-to-my-site/#understanding-user-permissions-and-access) can create, delete, and refresh egress firewall rules directly from the site’s settings page.

## Outbound Traffic Defaults

Pressable [pre‑allows outbound traffic](https://pressable.com/knowledgebase/service-platform-considerations/#outbound-firewall) only on the following commonly used ports:

- **SMTP:** TCP 465, 587
- **POP3:** TCP 110, 995
- **IMAP:** TCP 143, 993
- **HTTP/HTTPS:** TCP 80, 443

All other outbound traffic is rejected and logged by default. If your site needs to connect to a service using a non-standard port (e.g., TCP 9000 or a private API), you **must add a rule** to allow it — otherwise, the connection will fail.

## Adding and Managing the Egress Firewall Rules

To access and manage egress firewall rules, navigate to the site where you want to manage egress firewall rules. In the left-hand menu, click on **Security**. You will now see the Egress Firewall Rules management view.

![](https://i0.wp.com/pressable.com/wp-content/uploads/2025/08/egress1.jpg?resize=1024%2C322&ssl=1)
 
 ### Creating a New Egress Firewall Rule

1. In the **Security** tab, scroll to the Egress Firewall Rules section
2. Click **Create Rule**
3. Fill out the form fields to define your new rule
4. Click the **Create** button

Your new rule will appear in the list below the form.

![](https://i0.wp.com/pressable.com/wp-content/uploads/2025/08/egress2-1.jpg?resize=1024%2C558&ssl=1)
 
  
 Please Note: To open a port to all IPs, 0.0.0.0/0 is supported. This may be used in situations where a destination IP or range may change.

### Deleting an Existing Rule

1. Find the rule you want to remove in the list at the bottom of the Security view
2. Click the **Delete** button next to the rule

![](https://i0.wp.com/pressable.com/wp-content/uploads/2025/08/egress3.jpg?resize=1024%2C381&ssl=1)
 
 The rule will be removed from your site’s firewall settings and you will see a confirmation pop-up in the top right corner.

![](https://i0.wp.com/pressable.com/wp-content/uploads/2025/08/egress4.jpg?resize=287%2C92&ssl=1)
 
 ### Refreshing the Rules List

If you suspect rules may have been updated outside the current session or by another user, click the **Refresh Rules** button at the bottom of the page. The list will update to reflect the most recent set of rules applied to the site.

![](https://i0.wp.com/pressable.com/wp-content/uploads/2025/08/egress5.jpg?resize=1024%2C371&ssl=1)#### Refresh Firewall Rules Across Multiple Sites

You can use [Bulk Operations](https://pressable.com/knowledgebase/run-bulk-operations-on-your-pressable-sites/) to refresh firewall rules across multiple sites at once.

Select the sites you want to update and choose **Refresh Firewall Rules**. No additional information is required. The firewall rules for each selected site are re-synced from the upstream provider.

Only active sites that you have security permission to manage are eligible. Sites that are skipped, such as inactive sites, are reported individually.

Refreshing firewall rules does not affect site content or backups.

## Activity Logging

Every time a rule is created, deleted, or refreshed, the action is recorded in the [Site Activity Log](https://pressable.com/knowledgebase/pressable-activity-logs/).

You can use the filter to set `Action = Firewall Rule` to narrow logs down to only actions related to egress rules.

![](https://i0.wp.com/pressable.com/wp-content/uploads/2025/08/egress6.jpg?resize=1024%2C466&ssl=1)
 
 This includes actions made by both customers and administrators.
