About | Versioning | Contributing | Building | Troubleshooting | Installing
The NordVPN Linux application provides a simple and user-friendly command line interface for accessing all the different features of NordVPN. Users can choose from a list of server locations around the world, or let the application automatically select the best server for them. They can also customize their connection settings, such as choosing a specific protocol or enabling the kill switch feature.
The application manages:
- network interfaces using WireGuard (NordLynx) and tun (OpenVPN),
- firewall with the help of nftables,
- routing via the netlink kernel interface and
- DNS using systemd-resolved, resolvconf, or NetworkManager depending on what is available on the system.
The project follows semver. Version tags and release branches must be named accordingly.
We are happy to accept contributions for the project. Please check out CONTRIBUTE.md for more details on how to do so.
You can find everything related to building, testing and environment setup in BUILD.md.
The log verbosity of the NordVPN daemons can be changed at runtime without restarting by writing to:
/run/nordvpn/loglevelfor DEB and RPM/var/snap/nordvpn/common/run/nordvpn/loglevelfor SNAP
Example:
echo "debug" | sudo tee /run/nordvpn/loglevelValid values are debug, info, warn, error, fatal and off.
When Docker is installed on Fedora, it drops all forwarded traffic that does not come from Docker. As a result, Meshnet routing through a Fedora machine will not work.
To fix this, create /etc/docker/daemon.json with the following content:
{
"ip-forward-no-drop": true
}Then reboot the system, for example:
sudo rebootFor installing an already released version please follow the instructions on our official page.
https://nordvpn.com/download/linux/
Distributions are not supported after their end of life.
This project is licensed under the terms of the GNU General Public License v3.0 only. The registered trademark Linux® is used pursuant to a sublicense from the Linux Foundation, the exclusive licensee of Linus Torvalds, owner of the mark on a world-wide basis.