Firewalls
⭐ Feature Set
Last updated
Was this helpful?
⭐ Feature Set
Last updated
Was this helpful?
Firewall or security group rules manage incoming traffic to your instances. You can create global firewall policies (containing rules) on the page under Utilities dropdown in sidebar and attach them to your preferred cloud provider. The rules then apply to all instances within that provider.
Go to global Firewall in the Zeus dashboard and add a new policy.
Under Inbound Rules, click Edit.
Choose a rule type:
Custom TCP/UDP: Manually configure specific traffic.
HTTPS/SSH: Automatically allow secure traffic.
All TCP/UDP: Allow all traffic for the protocol.
In Source, enter an IP or range (e.g., 203.0.113.0/24 or 0.0.0.0/0 to allow all
).
For Custom TCP/UDP, specify a port (e.g., 8080
or 8080-8081
).
(Optional) Add a description.
Click Update to save.
To Update a Rule:
Navigate to Firewall > Inbound Rules > Edit.
Modify the desired rule.
Click Update.
Note: You can also update rules via the Zeus API.
To Delete a Rule:
Go to Firewall > Inbound Rules > Edit.
Click ❌ next to a rule.
Click Update.
Warning: Configure rules properly as this may prevent new instances from launching. Deleting a rule for TCP/22 (SSH) may block access to your Linux based instances.
Visit the Firewall page in the dashboard or use the Zeus API to list or manage existing rules.