Software

WINDOWS
IOS
ANDROID
LINUX
Windows

Microsoft Windows

supported OS: 7, 8.1, 10, 11, 2008R2, 2012R2, 2016, 2019, 2022

  • Find email with topic “Your subscription to khmer365.net is activated!”
  • Save file “khmer365.conf” from attach to your PC
  • Run “wireguard-installer.exe” to install VPN client
  • Run Wireguard and press “Add tunnel” button or use “Ctrl+O” shortcut
  • Select a file “config.conf” and press “Open”
  • Start the VPN tunnel by clicking “Connect”
  • Enjoy your fast and secure connection!
iOS & MacOS

iOS

  • Choose and pay for your plan.
  • Wait for email with topic “Your subscription to khmer365.net is activated!”
  • Launch app
  • Press “+” in right-top corner
  • Choose “Create from QR code” and scan QR from email, or you can also import the configuration file from attach by selecting the “Create from file or archive” option.
  • Give a name to your secure tunnel
  • Activate tunnel
  • Enjoy!

macOS

Android

Android

  • Choose and pay for your plan.
  • Dowload Wireguard app from Play Market
  • Wait for email with topic “Your subscription to khmer365.net is activated!”
  • Launch app
  • Press “+” in right-top corner
  • Choose “Create from QR code” and scan QR from email, or you can also import the configuration file from attach by selecting the “Create from file or archive” option.
  • Give a name to your secure tunnel
  • Activate tunnel
  • Enjoy!
Linux

Linux

Ubuntu

$ sudo apt install wireguard

Debian

# apt install wireguard

Fedora

$ sudo dnf install wireguard-tools

Mageia

$ sudo urpmi wireguard-tools

Arch

sudo pacman -S wireguard-tools

Users of kernels < 5.6 may also choose wireguard-lts or wireguard-dkms+linux-headers, depending on which kernel is used.


OpenSUSE/SLE

$ sudo zypper install wireguard-tools

Slackware

$ sudo slackpkg install wireguard-tools

Alpine

# apk add -U wireguard-tools

Gentoo

# emerge wireguard-tools

The wireguard-modules ebuild also exists for compatibility with older kernels.


Slackware

$ sudo slackpkg install wireguard-tools

Exherbo

# cave resolve -x wireguard

NixOS

boot.extraModulePackages = [ config.boot.kernelPackages.wireguard ];
environment.systemPackages = [ pkgs.wireguard pkgs.wireguard-tools ];

Nix on Darwin

$ nix-env -iA nixpkgs.wireguard-tools
Router

OpenWRT

# opkg install wireguard

Further installation and configuration instructions may be found on the wiki.