Zeupiter Docs
  • Welcome to Zeupiter Docs
  • On-Demand Multi Cloud
    • Getting Started
      • AWS
      • GCP
    • Compute
      • Instances
        • Create an Instance
        • Manage an Instance
        • Connect to Instance
      • Storages
      • Networks
      • Snapshots
      • Shared Drives
      • Firewalls
      • Inference
    • Cost & Usage
    • Billing
    • ⚔️Gladius
    • 🧠Jupiter AI
  • Guides
    • How to generate SSH keys
    • How can I request a custom configuration?
    • How do I run distributed training on Zeupiter?
    • How to fine-tune a model?
  • Additional Resources
    • API Reference
    • Linkedin
    • Github
    • Twitter
    • Join Us
Powered by GitBook
On this page
  • Understanding Firewalls
  • Other ways to manage rules:

Was this helpful?

  1. On-Demand Multi Cloud
  2. Compute

Firewalls

⭐ Feature Set

PreviousShared DrivesNextInference

Last updated 1 month ago

Was this helpful?

Understanding Firewalls

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.


Create a Firewall Policy and rules:

  1. Go to global Firewall in the Zeus dashboard and add a new policy.

  2. Under Inbound Rules, click Edit.

  3. 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.

  4. In Source, enter an IP or range (e.g., 203.0.113.0/24 or 0.0.0.0/0 to allow all).

  5. For Custom TCP/UDP, specify a port (e.g., 8080 or 8080-8081).

  6. (Optional) Add a description.

  7. Click Update to save.

To Update a Rule:

  1. Navigate to Firewall > Inbound Rules > Edit.

  2. Modify the desired rule.

  3. Click Update.

Note: You can also update rules via the Zeus API.

To Delete a Rule:

  1. Go to Firewall > Inbound Rules > Edit.

  2. Click ❌ next to a rule.

  3. 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.

Other ways to manage rules:

Visit the Firewall page in the dashboard or use the Zeus API to list or manage existing rules.

Firewall