2024-06-05, 03:01 AM
(This post was last modified: 2024-06-05, 03:06 AM by pcm. Edited 1 time in total.)
https://www.howtogeek.com/394735/how-do-...-firewall/
Please follow this guide and open port 8096 TCP and UDP in windows firewall.
OR you can run these two commands in Windows Powershell as administrator.
Please follow this guide and open port 8096 TCP and UDP in windows firewall.
OR you can run these two commands in Windows Powershell as administrator.
Code:
netsh advfirewall firewall add rule name= "Open Port 8096 TCP" dir=in action=allow protocol=TCP localport=8096
netsh advfirewall firewall add rule name= "Open Port 8096 UDP" dir=in action=allow protocol=UDP localport=8096