How to Install free SSL on InterServer VPS using Froxlor

First keep SSL redirect (off) in the Froxlor dashboard. Then run these commands.

find / -name "froxlor" -type d 2>/dev/null
find / -name "froxlor-cli" 2>/dev/null

The above commands are to find out the froxlor-cli file path.

php /var/www/html/froxlor/bin/froxlor-cli froxlor:cron --force
systemctl restart nginx
systemctl restart php8.3-fpm

Leave a Comment