ORIV’s Network and Server Security
1. SSH Lockdown
The root user is restricted to secure SSH access only to minimize the risk of unauthorized access.2. SSH Key Authentication Recommended
SSH Key Authentication is more secure than password-based authentication, supporting public and private key authentication.3. System User Isolation
System users created via our platform are completely isolated and secure from one another, each with only the essential permissions assigned.4. Managing Server Access: Sudo Users vs. Site Users
In ORIV Sudo users have full server-wide access, allowing them to control all aspects of the server. In contrast, site users are restricted to managing a single site on the server, ensuring they cannot access or modify other sites’ files or server configurations.5. Firewall Control – Linux UFW Configuration
At ORIV, the Linux Uncomplicated Firewall is configured during the server provisioning process.6. Strict Port Control
By default, only essential ports are open (22/TCP for SSH, 80/TCP for HTTP, and 443/TCP for HTTPS, reducing attack risks. Users can also change the default port if needed.7. Fail2Ban Preconfigured
Fail2Ban, an intrusion prevention software, is enabled on ORIV by default to protect against brute-force attacks on the SSH port.8. Vulnerability Scanner
With ORIV’s Vulnerability Scanner, you can scan and identify the security issues of core, plugin, and theme versions that are installed on your WordPress site. Also, can configure auto updates to handle them automatically.ORIV’s WordPress Security
1. Secure PHP Version
By default, new WordPress websites are provisioned with the most current version of PHP, ensuring compatibility and security.2. Latest WordPress Version
New websites created by any user employ the latest WordPress version to avoid unpatched vulnerabilities.3. Disable Directory Browsing/System File Protection
ORIV prevents access to critical WordPress files and directories.5. Disable PHP Execution in Uploads and Themes Directories
ORIV blocks maliciously uploaded PHP files in WordPress directories.- SFTP and SSH Access Only
