Please walk me through the steps for opening a port number on a VPS or server.
Announcement
Collapse
No announcement yet.
What is the procedure for opening a port on a server?
Collapse
X
-
Follow the steps:
1. Sign in to your router's admin site.
2. Go to the Firewall page.
3. Locate the Port Forwarding section.
4. Enter or select the port.
5. Enter your computer's private IP address.
6. Click Save or Apply.
7. Restart the router.
Comment
-
You can find out which ports on your VPS are open by doing the following:
1. Log in to your Windows Server 2008 using Remote Desktop.
2. Click the "START" button.
3. Click "run"
4. Type "cmd" (to run a command prompt)
5. In the command prompt, type: netstat -a.
Comment
Comment