Security Advisor
Security Advisor answers "is my server secure?" without you having to know what to check. It runs the server through dozens of security checks, scores the result out of 100, groups the problems, and for many of them offers a one-click fix that will not lock you out of your own server.
Security → Security Advisorhttps://YOUR-SERVER-IP:8443/security/advisorThe score and the checks
A ring shows your score, colored green above 80, amber above 60, red below, with a count of passed, warning and failed checks. Each finding names the problem, its severity, and what to do. The checks span eight areas: SSH, the panel itself, firewall, running services, authentication, database, SSL and updates.
| Area | What it checks |
|---|---|
| SSH | Non-standard port, root login policy, password authentication, empty passwords |
| Panel | High Security Mode on, login rate limiting, session timeout, valid panel HTTPS certificate |
| Firewall | Whether the firewall is actually enabled |
| Services | Fail2ban, ModSecurity WAF, ClamAV and a recent backup all present; process isolation (hidepid) |
| Authentication | 2FA on the root account, root password strength, 2FA enforcement for admins |
| Database | Whether MySQL/PostgreSQL are exposed beyond localhost |
| SSL | Domain certificates expired or expiring soon |
| Updates | Pending panel and OS updates (read from cache, never triggering a package run) |
One-click fixes that will not lock you out
Many findings carry an Auto-Fix button (harden the SSH root-login policy, enable the firewall, start ClamAV, bind the database to localhost). This is the feature's real value: the fixes are the dangerous ones to do by hand, and Panelica does them with a safety net.
Access
Applying fixes is an operator action (the checks describe themselves as being for ROOT), scoped through the panel's permission system. See roles and permissions. Think of Security Advisor as the front door to the rest of this section: it will point you at the Firewall, IP Blocking, ModSecurity and SSH pages where the deeper controls live.