Blame

e6091b Anonymous 2026-01-31 03:37:49 1
# Nordvpn
2
3
=====Settings=====
4
5
===To access the NordVPN client settings, type the nordvpn command in Terminal.===
6
7
Here is the list of available commands:
8
9
<code>nordvpn login --token <insert token here></code> - Log in.
10
<code>nordvpn connect or nordvpn c</code> - Connect to VPN. To connect to specific servers, use nordvpn connect <country_code server_number> (eg. nordvpn connect uk715)
11
<code>nordvpn disconnect or nordvpn d</code> - Disconnect from VPN.
12
<code>nordvpn c double_vpn</code> - Connect to the closest Double VPN server.
13
<code>nordvpn connect --group double_vpn <country_code></code> - Connect to a specific country using DoubleVPN servers.
14
<code>nordvpn connect --group p2p <country_code></code> - Connect to a specific country using P2P servers.
15
16
<code>nordvpn connect P2P</code> - connect to a P2P server.
17
<code>nordvpn connect The_Americas</code> - connect to servers located in the Americas.
18
<code>nordvpn connect Dedicated_IP</code> - connect to a Dedicated IP server.
19
20
<code>nordvpn set or nordvpn s</code> - Set a configuration option.
21
Possible options:
22
<code>nordvpn set threatprotectionlite on or off</code> - Enable or disable Threat Protection Lite
23
<code>nordvpn set killswitch on or off</code> - Enable or disable Kill Switch
24
<code>nordvpn set autoconnect on or off</code> - Enable or disable auto-connect. You can set a specific server for automatic connection using nordvpn set autoconnect</code> on country_code+server_number. Example: nordvpn set <code>autoconnect on us2435.</code>
25
26
<code>nordvpn set notify on or off</code> - Enable or disable notifications
27
<code>nordvpn set dns 1.1.1.1 1.0.0.1</code> - Set custom DNS (you can set up a single DNS or two like shown in this command).
28
<code>nordvpn set protocol udp or tcp</code> - Switch between UDP and TCP protocols
29
<code>nordvpn set obfuscate on or off</code> - Enable or disable Obfuscated Servers.
30
<code>nordvpn set technology</code> - Set connection technology (OpenVPN or NordLynx)
31
<code>nordvpn set meshnet on</code> - turn on Meshnet on your device.
32
33
<code>nordvpn whitelist add port 22</code> - Add a rule to allowlist a specified incoming port. You can also allowlist multiple ports — just separate their numbers with a space.
34
<code>nordvpn whitelist remove port 22</code> - Remove the rule to allowlist a specified port.
35
<code>nordvpn whitelist add subnet 192.168.0.0/16</code> - Add a rule to allowlist a specified subnet.
36
<code>nordvpn whitelist remove subnet 192.168.0.0/16</code> - Remove the rule to allowlist a specified subnet.
37
38
<code>nordvpn account</code> - See account information
39
<code>nordvpn register</code> - Register a new user account
40
<code>nordvpn rate</code> - Rate your last connection quality (1-5)
41
<code>nordvpn settings</code> - See the current settings.
42
<code>nordvpn status</code> - See the connection status.
43
<code>nordvpn countries</code> - See the country list.
44
<code>nordvpn cities</code>- See the city list. E.g.: nordvpn cities united_states
45
<code>nordvpn groups</code> - See a list of available server groups.
46
<code>nordvpn logout</code> - Log out.
47
<code>nordvpn help or nordvpn h</code> - See the list of available commands or help for a specific command.
48
49
You can get an extensive explanation of all commands by using the man nordvpn command in Terminal.