Hello ,
I’m here to help you in resolving your issue
To successfully open (forward) a port on Windows 10 Pro, both router and Windows settings must be configured correctly:
Assign a Static IP to Your PC :
- Press Win + R > type ncpa.cpl > Enter.
- Right-click your network > Properties > IPv4 . Properties.
- Set a manual IP (e.g. 192.168.1.100), subnet: 255.255.255.0, gateway: your router IP.
- Set DNS: 8.8.8.8 and 8.8.4.4.
Port Forward on Your Router :
- Go to your router's IP (usually 192.168.0.1 or 192.168.1.1) in a browser.
- Login > Look for Port Forwarding / Virtual Server.
- Add a new rule:
a. Port: (e.g., 25565)
b. Protocol: TCP / UDP (or both)
c. IP: your PC’s static IP (192.168.1.100)
d. Status: Enabled > Save & Reboot Router
Allow the Port in Windows Firewall :
- Go to Control Panel > Windows Defender Firewall > Advanced settings
- Click Inbound Rules > New Rule
a. Type: Port
b. Protocol: TCP or UDP (or both)
c. Port: enter the port (e.g., 25565)
d. Allow the connection > All profiles > Name it > Finish.
- Repeat for Outbound Rules just in case.
After trying above steps, please reach out to me if you have any doubts or issues