Introduction
In this article, you'll find guides detailing how to connect to NordVPN’s obfuscated servers and disconnect from them on all NordVPN apps.
NOTE: On Linux devices, at this moment, NordVPN’s obfuscated servers only work with the OpenVPN (TCP) and OpenVPN (UDP) protocols.
Here's what to do
Windows/macOS
- Open the NordVPN app.
- In the server list, scroll until you see "Specialty servers."
- To connect, click on "Obfuscated Servers."
NOTE: If you wish to be connected to a specific country, click on the three dots next to "Obfuscated Servers" and select the preferred country. - To disconnect, click "Pause" and then "Disconnect."
Android/iOS
- Open the NordVPN app.
- Tap "Specialty Servers" on the home screen.
- Tap "Obfuscated" to start connecting.
NOTE: If you wish to be connected to a specific country, tap on the three dots next to "Obfuscated" and select the preferred country. - To disconnect, tap "Pause" and then select "Disconnect."
Android TV:
- Open the NordVPN app.
- Scroll down until you see "Specialty servers."
- Select "Obfuscated" and connect.
Linux GUI/CLI
- GUI:
- Open the NordVPN app.
- Click the "Settings" cogwheel.
- Turn on "Obfuscation."
- Click the globe icon "VPN."
- Click on any country to start connecting to a VPN server located there.
- To disconnect, click "Pause connection," and choose "Disconnect."
- CLI:
- Open the Terminal (Ctrl + Alt + T shortcut).
- Enable OpenVPN with the following command:
nordvpn set technology openvpn- After switching protocols, type the following command to enable obfuscated servers:
nordvpn set obfuscate on- Type the following command to connect to obfuscated servers:
nordvpn connector
nordvpn cTo disable obfuscated servers and disconnect, use these commands:
nordvpn set obfuscate off
nordvpn disconnect