Web Hosting & VPS Tips

Unleash Your Server Potential with Expert Insights

Hosting provided by: Cloudways
Free to Try! Up to 40% Off!

Category: VPS Setup

Configure Windows Firewallpacket filtering tool—on a Windows VPS—open
wf.msc
in Run create an inbound rule for HTTP: New Rule > Port > TCP > 80 > Allow Add RDP (3389) and FTP (21) similarly—apply with
netsh advfirewall firewall add rule name=\"HTTP\" dir=in action=allow protocol=TCP localport=80
Test with
telnet ip 80
from another machine—expect connection On AWS Lightsail this secures IIS and phpMyAdmin—no Bash or UFW use PowerShell for
Get-NetFirewallRule
to list rules Ensures uptime—block unused ports (e g netsh advfirewall set allprofiles state on) for MySQL safety

Back to All Tips