Opening the port on your computer (not your router)
The port for your service needs to be open on your computer. Don’t worry, you don’t need to touch your router, your home network will still be protected.
Windows:
Access Firewall Settings:
Press Windows + R, type control, and press Enter.
Go to System and Security > Windows Defender Firewall.
Advanced Settings:
On the left panel, click Advanced settings.
Create a New Rule:
In the new window, select Inbound Rules on the left.
Click New Rule... on the right.
Select Port:
Choose Port and click Next.
Specify the Port:
Select TCP or UDP, depending on your requirement.
Enter the port number you wish to open and click Next.
Allow the Connection:
Select Allow the connection and click Next.
Profile Selection:
Choose when the rule applies: Domain, Private, or Public.
Click Next.
Name the Rule:
Give your rule a name and click Finish.
Video showing how to open ports on Windows
We are not affiliated with this YouTuber. This is a great video showing how to open ports on Windows but please stop the video at 9:12 as the whole point of QubitVPN is so you can avoid exposing your home network.
MacOS:
Access System Preferences:
Click the Apple menu and choose System Preferences.
Security & Privacy:
Select Security & Privacy > Firewall tab.
Unlock Settings:
Click the lock icon and enter your administrator password to make changes.
Firewall Options:
Click Firewall Options....
Add a Port:
Click the + button to add an application or service and specify the port number.
Save Changes:
Click OK and lock the settings by clicking the lock icon again.
Linux:
Ubuntu/Debian-based Systems:
Use UFW (Uncomplicated Firewall):
Open a terminal.
Enable UFW:
Run sudo ufw enable to ensure UFW is active.
Open a Port:
Use the command sudo ufw allow [port number] to open a specific port.
Check the Status:
Run sudo ufw status to verify that the port is open.
CentOS/RedHat-based Systems:
Use FirewallD:
Open a terminal.
Open a Port:
Run sudo firewall-cmd --zone=public --add-port=[port number]/tcp --permanent.
Reload Firewall:
Execute sudo firewall-cmd --reload to apply changes.
Always ensure that you open ports only for trusted applications to maintain security.
Video showing how to open ports on Linux
We are not affiliated with this YouTuber. This is a great video showing how to open ports on Linux.
Last updated