The built-in firewall allows you to control inbound and outbound traffic to your VPS through the OnetSolutions control panel.Documentation Index
Fetch the complete documentation index at: https://help.onetsolutions.net/llms.txt
Use this file to discover all available pages before exploring further.
Prerequisites
- A VPS with OnetSolutions
- An OnetSolutions account
How the Firewall Works
Removing all rules will deactivate the firewall entirely.Creating Firewall Rules
When adding a new rule, you’ll need to specify:| Field | Description |
|---|---|
| Priority | Value between 10-100 (lower = higher priority) |
| Direction | INPUT (incoming) or OUTPUT (outgoing) |
| Action | ACCEPT (allow) or DROP (block) |
| Protocol | TCP, UDP, or ICMP |
| Source IP/Port | Source address and port range |
| Destination IP/Port | Destination address and port range |
Common Rules
Allow SSH (Port 22)
Allow SSH (Port 22)
- Priority: 10
- Direction: INPUT
- Action: ACCEPT
- Protocol: TCP
- Destination Port: 22
Allow HTTP/HTTPS (Ports 80, 443)
Allow HTTP/HTTPS (Ports 80, 443)
Create two rules:
- Priority: 20 / Direction: INPUT / Action: ACCEPT / Protocol: TCP / Destination Port: 80
- Priority: 21 / Direction: INPUT / Action: ACCEPT / Protocol: TCP / Destination Port: 443
Allow Ping (ICMP)
Allow Ping (ICMP)
- Priority: 30
- Direction: INPUT
- Action: ACCEPT
- Protocol: ICMP
Best Practices
If you lock yourself out, use the KVM Console to access your server and fix the configuration.

