User Tools

Site Tools


nordvpn

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
nordvpn [2023/07/10 18:41] – created - external edit 127.0.0.1nordvpn [2024/07/23 16:19] (current) – external edit 127.0.0.1
Line 1: Line 1:
-Settings+=====Settings=====
  
-To access the NordVPN client settings, type the nordvpn command in Terminal.+===To access the NordVPN client settings, type the nordvpn command in Terminal.===
  
 Here is the list of available commands: Here is the list of available commands:
  
-nordvpn login - Log in. +<code>nordvpn login  --token <insert token here></code> - Log in. 
-nordvpn connect or nordvpn c - Connect to VPN. To connect to specific servers, use nordvpn connect <country_code server_number> (eg. nordvpn connect uk715) +<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) 
-nordvpn disconnect or nordvpn d - Disconnect from VPN. +<code>nordvpn disconnect or nordvpn d</code> - Disconnect from VPN. 
-nordvpn c double_vpn - Connect to the closest Double VPN server. +<code>nordvpn c double_vpn</code> - Connect to the closest Double VPN server. 
-nordvpn connect --group double_vpn <country_code> - Connect to a specific country using DoubleVPN servers. +<code>nordvpn connect --group double_vpn <country_code></code> - Connect to a specific country using DoubleVPN servers. 
-nordvpn connect --group p2p <country_code> -  Connect to a specific country using P2P servers.+<code>nordvpn connect --group p2p <country_code></code> -  Connect to a specific country using P2P servers.
  
-nordvpn connect P2P - connect to a P2P server. +<code>nordvpn connect P2P</code> - connect to a P2P server. 
-nordvpn connect The_Americas - connect to servers located in the Americas. +<code>nordvpn connect The_Americas</code> - connect to servers located in the Americas. 
-nordvpn connect Dedicated_IP - connect to a Dedicated IP server.+<code>nordvpn connect Dedicated_IP</code> - connect to a Dedicated IP server.
  
-nordvpn set or nordvpn s - Set a configuration option.+<code>nordvpn set or nordvpn s</code> - Set a configuration option.
 Possible options: Possible options:
-nordvpn set threatprotectionlite on or off - Enable or disable Threat Protection Lite +<code>nordvpn set threatprotectionlite on or off</code> - Enable or disable Threat Protection Lite 
-nordvpn set killswitch on or off - Enable or disable Kill Switch +<code>nordvpn set killswitch on or off</code> - Enable or disable Kill Switch 
-nordvpn set autoconnect on or off - Enable or disable auto-connect. You can set a specific server for automatic connection using nordvpn set autoconnect on country_code+server_number. Example: nordvpn set autoconnect on us2435.+<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>
  
-nordvpn set notify on or off - Enable or disable notifications +<code>nordvpn set notify on or off</code> - Enable or disable notifications 
-nordvpn set dns 1.1.1.1 1.0.0.1 - Set custom DNS (you can set up a single DNS or two like shown in this command). +<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). 
-nordvpn set protocol udp or tcp - Switch between UDP and TCP protocols +<code>nordvpn set protocol udp or tcp</code> - Switch between UDP and TCP protocols 
-nordvpn set obfuscate on or off - Enable or disable Obfuscated Servers. +<code>nordvpn set obfuscate on or off</code> - Enable or disable Obfuscated Servers. 
-nordvpn set technology - Set connection technology (OpenVPN or NordLynx) +<code>nordvpn set technology</code> - Set connection technology (OpenVPN or NordLynx) 
-nordvpn set meshnet on - turn on Meshnet on your device.+<code>nordvpn set meshnet on</code> - turn on Meshnet on your device.
  
-nordvpn whitelist add port 22 - Add a rule to allowlist a specified incoming port. You can also allowlist multiple ports — just separate their numbers with a space. +<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. 
-nordvpn whitelist remove port 22 - Remove the rule to allowlist a specified port. +<code>nordvpn whitelist remove port 22</code> - Remove the rule to allowlist a specified port. 
-nordvpn whitelist add subnet 192.168.0.0/16 - Add a rule to allowlist a specified subnet. +<code>nordvpn whitelist add subnet 192.168.0.0/16</code> - Add a rule to allowlist a specified subnet. 
-nordvpn whitelist remove subnet 192.168.0.0/16  - Remove the rule to allowlist a specified subnet.+<code>nordvpn whitelist remove subnet 192.168.0.0/16</code>  - Remove the rule to allowlist a specified subnet.
  
-nordvpn account - See account information +<code>nordvpn account</code> - See account information 
-nordvpn register - Register a new user account +<code>nordvpn register</code> - Register a new user account 
-nordvpn rate - Rate your last connection quality (1-5) +<code>nordvpn rate</code> - Rate your last connection quality (1-5) 
-nordvpn settings - See the current settings. +<code>nordvpn settings</code> - See the current settings. 
-nordvpn status - See the connection status. +<code>nordvpn status</code> - See the connection status. 
-nordvpn countries - See the country list. +<code>nordvpn countries</code> - See the country list. 
-nordvpn cities- See the city list. E.g.: nordvpn cities united_states   +<code>nordvpn cities</code>- See the city list. E.g.: nordvpn cities united_states   
-nordvpn groups - See a list of available server groups. +<code>nordvpn groups</code> - See a list of available server groups. 
-nordvpn logout - Log out. +<code>nordvpn logout</code> - Log out. 
-nordvpn help or nordvpn h - See the list of available commands or help for a specific command.+<code>nordvpn help or nordvpn h</code> - See the list of available commands or help for a specific command.
  
 You can get an extensive explanation of all commands by using the man nordvpn command in Terminal. You can get an extensive explanation of all commands by using the man nordvpn command in Terminal.
nordvpn.1689014516.txt.gz · Last modified: 2024/07/23 16:19 (external edit)