Firewall
A Firewall is a security tool that helps protect your server by controlling incoming and outgoing network traffic. It acts as a barrier between your server and the internet, allowing only trusted connections and blocking potentially harmful traffic. With a firewall, you can set rules to allow or deny access based on IP addresses, ports, and protocols, keeping your server safe from unauthorized access and attacks. Firewalls are essential for securing any online service or application hosted on your Instance.
There are two ways to access the Firewall settings:
Click on the Public IP Address tab and locate your instance's assigned IP address.
- Click on Firewall.
- Select the Instance you want to make the changes.
From there, locate the VM Settings tab.
- Click on the Firewall tab from the side panel, which shows the assigned Public IP of the VM.
- Click on Manage and then on Firewall.
Once you access the Public IP Management of your Instance, you will now see the current firewall rules applied.

- Click the + Add Firewall Rule button located in the top-right corner.
A form will appear, allowing you to configure a new firewall rule:
- Source CIDR: Specify the CIDR (Classless Inter-Domain Routing) range for the allowed traffic source (e.g., 0.0.0.0/0 for all IPs).
- Protocol: Choose the protocol for the rule (TCP, UDP, or ICMP).
- Start Port / End Port: Define the port range to allow.
After entering the required information, click Add Firewall Rule to apply the rule. The new rule will appear in the list of firewall rules.
By following these steps, you can easily configure and manage firewall rules for your VM, ensuring only necessary traffic reaches your VM.