Unleash Your Server Potential with Expert Insights
Over $120 Million in Payouts!Sponsored by: FundingTicks
Sponsored by: FundingTicks
Category: VPS Setup
apt install ufw
ufw allow 443/tcp
ufw allow 80/tcp
ufw default deny incoming
ufw enable
ufw status
apt install python3-certbot-apache
certbot --apache
https://ip/phpmyadmin
—test withcurl -I https://ip