This repository has been archived by the owner on Aug 18, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
nordvpn_manpage.txt
161 lines (117 loc) · 4.82 KB
/
nordvpn_manpage.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
NORDVPN(1) NordVPN Manual NORDVPN(1)
NAME
nordvpn - command-line interface of the NordVPN service
SYNOPSIS
nordvpn <command> [arguments]
DESCRIPTION
The NordVPN app for Linux protects your sensitive data with military-grade encryption, so that whatever you do online stays secure and private. More than 5000 servers worldwide. No logs
of your online activity. Secure up to 6 devices with a single account. Access online content securely, with no restrictions.
COMMANDS
account
Shows account information.
cities
Shows a list of cities where servers are available.
connect, c
Connects you to VPN.
countries
Shows a list of countries where servers are available.
disconnect, d
Disconnects you from VPN.
groups
Shows a list of available server groups.
login
Logs you in.
logout
Logs you out.
rate
Rate your last connection quality (1-5)
register
Registers a new user account
set, s
Sets a configuration option.
settings
Shows current settings.
status
Shows connection status.
whitelist
Adds or removes an option from a whitelist.
help, h
Display syntax for the given operation. If no operation was supplied, then the general syntax is shown.
version
Display version and exit.
OPTIONS
--help, -h
Display syntax for the given operation. If no operation was supplied, then the general syntax is shown.
--version, -v
Display version and exit.
EXAMPLES
Example 1. Connect to a recommended server
$ nordvpn connect
Example 2. Connect to a server in a specific country
$ nordvpn connect Australia
$ nordvpn connect Switzerland
$ nordvpn connect Greece
Example 3. Connect to a server in a specific city
$ nordvpn connect Sweden Stockholm
$ nordvpn connect Australia Sydney
$ nordvpn connect Japan Tokyo
Example 4. Connect to a server in a specific country using the country code
$ nordvpn connect US
$ nordvpn connect JP
$ nordvpn connect AU
Example 5. Connect to a server in a specific group
$ nordvpn connect P2P
$ nordvpn connect The_Americas
$ nordvpn connect Dedicated_IP
Example 6. Connect to a server in a specific group and country
$ nordvpn connect --group P2P Germany
Example 7. Disconnect from VPN
$ nordvpn disconnect
Example 8. Set a protocol
$ nordvpn set protocol UDP
$ nordvpn set protocol TCP
Example 9. Enable Kill Switch
$ nordvpn set killswitch enabled
Example 10. Enable CyberSec
$ nordvpn set cybersec enabled
Example 11. Enable auto-connect
$ nordvpn set autoconnect enabled
Example 12. Enable auto-connect to specific country or city
$ nordvpn set autoconnect enabled
$ nordvpn set autoconnect enabled Australia
$ nordvpn set autoconnect enabled Sweden Stockholm
Example 13. Enable obfuscation
$ nordvpn set obfuscate enabled
Example 14. Enable notifications
$ nordvpn set notify enabled
Example 15. Change technology
$ nordvpn set technology NordLynx
$ nordvpn set technology OpenVPN
Example 16. Whitelist port
$ nordvpn whitelist add port 22
$ nordvpn whitelist add port 23 protocol UDP
$ nordvpn whitelist remove port 23
$ nordvpn whitelist remove port 22 protocol TCP
Example 17. Whitelist ports
$ nordvpn whitelist add ports 3000 5000
$ nordvpn whitelist add ports 3000 5000 protocol UDP
$ nordvpn whitelist remove port 3000 5000
$ nordvpn whitelist remove port 3000 5000 protocol TCP
Example 18. Whitelist subnet
$ nordvpn whitelist add subnet 192.168.0.0/16
$ nordvpn whitelist remove subnet 192.168.0.0/16
Example 19. Whitelist ports and subnets removal
$ nordvpn whitelist remove all
Example 20. Set custom DNS
$ nordvpn set dns off
$ nordvpn set dns 0.0.0.0 1.2.3.4
BUGS
Our QA team did their best in hunting bugs before the release. But if it happens that we missed something, please report to [email protected].
NOTES
Note 1. CyberSec and custom DNS
Enabling CyberSec disables custom DNS and vice versa.
Note 2. Nord Account login without graphical user interface
1. Run nordvpn login command on your Linux device. 2. Open the provided link in the browser. 3. Complete the login procedure. 4. Right click on the Return to the app button and
select Copy link address. 5. Run nordvpn login --callback <URL> with the previously copied URL. 6. Run nordvpn account to verify that login was successful.
Our customer support works 24/7 so if you have any questions or issues, drop us a line at [email protected]
NordVPN 3.12.2 2021-12-16 NORDVPN(1)