To restrict Virtualizor admin access to IPs, add them under: Configuration > Master Settings > Security Settings
If you lock yourself out from the admin panel, from the terminal edit file and remove the IPs:
nano /usr/local/virtualizor/universal.php
find the line with “secure_allowed_ips” and remove the IPs from the list:
$globals['secure_allowed_ips'] = '';
The post Restrict Virtualizor Admin access IPs appeared first on PC✗3.