How do I get started using the Firewall feature?

The Firewall feature allows you to configure firewall rules to restrict incoming traffic to your instances.

To use the Firewall feature:

  1. Click Firewall in the left sidebar of the dashboard to open your firewall settings.

    Under General Settings, use the toggle next to Allow ICMP traffic (ping) to allow or restrict incoming ICMP traffic to your instances.

  2. Next to Inbound Rules, click Edit to configure incoming TCP and UDP traffic rules.

    In the drop-down menu under Type, select:

    • Custom TCP to manually configure a rule to allow incoming TCP traffic.
    • Custom UDP to manually configure a rule to allow incoming UDP traffic.
    • HTTPS to automatically configure a rule to allow incoming HTTPS traffic.
    • SSH to automatically configure a rule to allow incoming SSH traffic.
    • All TCP to automatically configure a rule to allow all incoming TCP traffic.
    • All UDP to automatically configure a rule to allow all incoming UDP traffic.

    In the Source field, either:

    • Click the 🔎 to automatically enter your current IP address.
    • Enter a single IP address, for example, 203.0.113.1.
    • Enter an IP address range in CIDR notation, for example, 203.0.113.0/24.

    To allow incoming traffic from any source, enter 0.0.0.0/0.

    If you choose Custom TCP or Custom UDP, enter a Port range.

    Port range can be:

    • A single port, for example, 8080.
    • A range of ports, for example, 8080-8081.
  3. (Optional) Enter a Description for the rule.

  4. (Optional) Click Add rule to add additional rules.

  5. (Optional) Click the x next to any rule you want to delete.

  6. Click Update to apply your changes.


Last modified January 31, 2024: Delete script that's no longer useable (af5a731)