WordPress server auto‑tuned to your RAM — from 512MB to 16GB
Nginx, PHP, MariaDB, Redis, Fail2ban, WP‑CLI — all configured for max performance. And a powerful easyinstall command to manage everything.
separate Redis per site
easyinstall CLI
one‑click install (as root)
Redis multi‑instance
Fail2ban + firewall
⚙️ Built for WordPress speed & scale
EasyInstall v6 reads your server RAM and CPU, then auto‑tunes every layer.
RAM‑auto‑tuning
From 512MB to 16GB+ – PHP children, MySQL buffer, Redis memory, Nginx workers are set optimally. No config file editing.
Separate Redis per site
Each WordPress site gets its own Redis instance (port 6379, 6380, …). Isolated cache, no interference, easy scaling.
easyinstall command
Create, delete, backup, SSL, monitor — all from CLI. Example: easyinstall create mysite.com --ssl.
Security baked in
UFW firewall (22,80,443), Fail2ban with WordPress‑specific jails (xmlrpc, wp-login, 404 scans).
Auto‑healing service
Monitors Nginx, PHP, Redis, MariaDB – restarts them if down, clears logs on high disk usage, keeps sockets alive.
Kernel + network tuning
TCP BBR, fs.file-max, swappiness=10, dirty ratios – everything for low latency WordPress.
🧠 How your server gets optimized
Auto‑detected values based on your RAM — no two servers are tuned the same.
PHP‑FPM & OpCache
- pm.max_children = 5 (512MB) … 160 (16GB+)
- memory_limit = 128M … 1G, realpath cache = 4096k
- OpCache: 256MB, huge_code_pages, revalidate_freq=60
- APCu enabled (128M) + Redis object cache per site
MySQL (MariaDB)
- innodb_buffer_pool_size = 64M … 2G (RAM‑scaled)
- innodb_log_file_size, log file size tuned
- table_open_cache = 20000, thread_cache = 256
- slow_query_log + long_query_time = 2
Nginx
- worker_processes = CPU cores, worker_connections up to 16384
- FastCGI cache (WORDPRESS zone 256M) + cache bypass rules
- Gzip, open_file_cache, sendfile, tcp_nopush
- SSL session cache, modern protocols
Redis & kernel
- Main Redis: maxmemory = 64mb … 2gb, policy allkeys-lru
- Separate Redis instance per site (port auto‑increment)
- Kernel: BBR, tcp_rmem/wmem, swappiness=10, dirty_ratio
- fs.file-max = 2M, inotify watches increased
🛠️ The easyinstall command
After the one‑line install, you get a powerful CLI to manage WordPress sites.
⚡ Common commands
Each site gets its own Redis port (e.g. 6379, 6380…) and separate systemd service.
Ready in 2 minutes
From a bare server to a tuned WordPress host — one curl command.
Run as root on Debian 12, Ubuntu 22.04 or 24.04
