Pular para o conteúdo principal

Abrindo Portas na vps

Para garantir que sua VPS tenha as portas necessárias abertas, execute os seguintes comandos no terminal da sua VPS:

Execute o seguinte comando para abrir as portas 30120, 3306, 8080 e 80

netsh advfirewall firewall add rule name="30120 TCP" dir=in action=allow protocol=TCP localport=30120
cls
netsh advfirewall firewall add rule name="30120 UDP" dir=in action=allow protocol=UDP localport=30120
cls
netsh advfirewall firewall add rule name="30120 TCP" dir=out action=allow protocol=TCP localport=30120
cls