Firewall
The Firewall controls which network traffic reaches a server — open ports, allowed and blocked sources. Find it under Servers → Firewall.
What you see
- Open ports & services — what's reachable.
- Allowed sources — IPs/ranges explicitly permitted.
- Blocked sources — IPs/ranges denied.
- Other rich rules — more specific custom rules.
Adding a rule
- Click New rule.
- Name — a label for the rule.
- Action — allow or deny.
- Direction — inbound or outbound.
- Protocol — TCP or UDP.
- Source CIDR — the IP/range it applies to (blank = any), e.g.
203.0.113.0/24. - Destination port — the port, e.g.
443. - Priority — lower numbers evaluated first (default 100).
- Save. Toggle a rule on/off from its row, or delete it.
Take care not to lock yourself out — don't block the ports you manage the server on. Automatic intrusion blocking is handled separately by Fail2ban.