1. Environment Preparation
The target server (Client) must meet the following minimum specifications:
- PHP Version 7.4 - 8.2.
- PHP Extensions:
curl,json,zip, andmbstring. - Web Server: Apache (Litespeed) or Nginx with
.htaccesssupport.
2. Agent Activation
Upload the install.php file to the root directory (public_html), then access it via browser. You will be prompted to fill in:
- Telegram Chat ID: For instant notifications.
- Log Path: Location of the web server access log file.
- cPanel Credentials: Encrypted locally (AES-256) for the automatic file restore feature.
Zero Knowledge Policy:
Our system never transmits your cPanel password to the central server. Credentials are stored in your agent's
config.php file with unique per-license salt encryption.
3. Firewall Injection
Anvus injects itself automatically using the auto_prepend_file parameter in the .htaccess or .user.ini file. This ensures active protection before a single line of your application code is executed.