My Linux Guide
  • Home
Sign in Subscribe

wireguard

A collection of 3 posts
network-manager wireguard

How to Import and Export a WireGuard VPN Using Network Manager (Manjaro, Ubuntu, etc.)

This tutorial walks you through importing and exporting WireGuard VPN configurations using Network Manager on Linux (Manjaro, Ubuntu, etc.). Includes GUI and CLI instructions.
May 10, 2025 2 min read
wireguard

How to Import a WireGuard VPN Using Network Manager (Manjaro, Ubuntu, etc.)

This tutorial walks you through importing a WireGuard VPN configuration using Network Manager on Linux distributions like Manjaro and Ubuntu. Includes step-by-step instructions with both GUI and CLI options.
May 10, 2025 2 min read
nmcli

Network Manager

How To Import WireGuard VPN to Network Manager vpnconfigfile="/path/to/your/wg0.conf" vpnName="myvpn" sudo nmcli connection import type wireguard file "${file}" nmcli connection modify wg0 connection.id "${vpnName} nmcli connection modify wg0 connection.interface.name ${myVPN} # if you want to
Feb 5, 2024
Page 1 of 1
My Linux Guide © 2025
Powered by Ghost