π‘οΈ
Security in every layer
OrbixPanel is built as defense-in-depth: independent, overlapping layers from the network edge down to your data. If one control is bypassed, the next still stands. Most layers ship in every edition; the advanced Security Suite (WAF, malware scanning, Spam Guard) is included in Professional.
Layer 1
π§±
Network & perimeter
Stop unwanted traffic before it reaches your services.
- βManaged firewall (UFW) with a one-click rule editor
- βExposed-port audit β flags databases/caches left open to the internet
- βIntrusion prevention (Fail2ban) with auto-ban of brute-force IPs + attacker analytics
- βPer-endpoint rate limiting to blunt abuse and floods
Built on UFW β, Fail2ban β
Layer 2
π
Encryption in transit
Everything served over HTTPS, always current.
- βFree automatic SSL/TLS (Letβs Encrypt) with auto-renewal
- βCertificate expiry monitoring + alerts (expired cert = outage, avoided)
- βForce-HTTPS and modern TLS defaults
Built on Let's Encrypt β, Certbot β
Layer 3
π‘οΈ
Application defense
Block the OWASP-style attacks that target web apps.
- βWeb Application Firewall (WAF)Professional
- βXSS-safe rendering (all dynamic output escaped) + strict input validation
- βScoped API tokens + role-based access control
- βSafe DNS record validation (no malformed/dangerous zone edits)
Layer 4
π¦
Malware & content
Catch and contain malicious files and spam.
- βMalware scanner with scheduled scans + quarantineProfessional
- βSpam Guard for inbound mailProfessional
- βIsolated per-tenant file scopes
Layer 5
βοΈ
Email trust
Prove your mail is really yours β and keep it out of spam.
- βSPF, DKIM & DMARC setup and one-click validation
- βDeliverability analyzer that flags weak/missing records
Built on Postfix β, OpenDKIM β
Layer 6
π
Accounts & access
Make stolen passwords useless.
- βTwo-factor authentication (TOTP) with downloadable backup codes
- βPassword-strength enforcement
- βSSH key management + password-login lockdown
- βSigned install/heartbeat (HMAC) + single-use install tokens
Layer 7
π’
Data & tenant isolation
One tenant can never reach anotherβs data.
- βQuery-scoped multi-tenancy + per-tenant Unix/FPM isolation
- βRedacted, opt-in crash telemetry (never leaks secrets/PII)
- βAutomated backups & disaster recovery
Built on restic β
Layer 8
π
Visibility & response
See threats and act fast.
- βSecurity posture score across firewall, certs & runtimes
- βBan/attack analytics, log explorer & real-time alerts
- βEnd-of-life runtime detection (e.g. outdated PHP)
Attacks we stop
Each common attack is countered by one or more layers β that overlap is the point.
| Attack | How OrbixPanel defends |
|---|---|
| Brute-force & credential stuffing | Fail2ban auto-ban + rate limiting + mandatory 2FA |
| Stolen / phished passwords | Two-factor auth with backup codes |
| Man-in-the-middle / eavesdropping | Automatic HTTPS (Letβs Encrypt) everywhere |
| Malware uploads | Malware scanner + quarantine |
| Spam & phishing mail | Spam Guard + SPF/DKIM/DMARC |
| Email spoofing of your domain | SPF, DKIM & DMARC with validation |
| XSS & injection | Escaped rendering + strict input/DNS validation + WAF |
| Exposed databases / services | Firewall + exposed-port audit |
| API abuse | Scoped tokens + HMAC-signed calls + single-use install tokens |
| Cross-tenant access | Query-scoped isolation + per-tenant OS sandboxing |
| Privilege escalation | RBAC + least-privilege sudo path-jails |
| Outdated, vulnerable software | EOL runtime detection + one-click updates |