Jump to content

Wireguard: Installing the WireGuard Client App on Ubuntu: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

16 July 2024

  • curprev 08:4108:41, 16 July 2024 Kangtain talk contribs 2,419 bytes +2,419 Created page with "WireGuard client installation is done in the same way as on the server side. Log in via SSH to the Linux server, after logging in, check if the machine is updated by running the following command:<syntaxhighlight lang="bash"> sudo apt-get update && sudo apt-get upgrade </syntaxhighlight>Now install WireGuard by running the following command:<syntaxhighlight lang="bash"> sudo apt-get install wireguard </syntaxhighlight> == Generating Private and Public Keys == WireGuard..." Tag: Visual edit