diff --git a/content/tutorials/how-to-setup-your-own-wireguard-vpn-server/index.md b/content/tutorials/how-to-setup-your-own-wireguard-vpn-server/index.md index 1469781..23a62d1 100644 --- a/content/tutorials/how-to-setup-your-own-wireguard-vpn-server/index.md +++ b/content/tutorials/how-to-setup-your-own-wireguard-vpn-server/index.md @@ -72,6 +72,8 @@ Adapt the VPS size to fit with your need to avoid extra charge of overuse bandwi Once your VPS ready and running, it's recommended to update your OS first using `apt update && apt upgrade` command and `reboot` your VPS. +> _If you want to manage **WireGuard** peers (client) on a single server easily, you might be interested to read "[Installing WireGuard-UI to Manage Your WireGuard VPN Server]({{< ref "/tutorials/installing-wireguard-ui-to-manage-your-wireguard-vpn-server/index.md" >}})"._ + ### Install WireGuard Install WireGuard using `sudo apt install wireguard` command. Once WireGuard is installed, we need to generate private and public key pairs for our WireGuard server. diff --git a/content/tutorials/installing-wireguard-ui-to-manage-your-wireguard-vpn-server/index.md b/content/tutorials/installing-wireguard-ui-to-manage-your-wireguard-vpn-server/index.md index 2b8bf1b..949d2fc 100644 --- a/content/tutorials/installing-wireguard-ui-to-manage-your-wireguard-vpn-server/index.md +++ b/content/tutorials/installing-wireguard-ui-to-manage-your-wireguard-vpn-server/index.md @@ -304,6 +304,8 @@ After adding your peers (clients), press **"Apply Config"** and try to connect t ![WireGuard UI clients page](wg-ui-clients.png#center) +What next? How about [Configure WireGuard VPN Clients]({{< ref "/tutorials/configure-wireguard-vpn-clients/index.md" >}})? + ### Notes - If you have some technical difficulties setting up your own WireGuard server, I can help you to set that up for small amount of **IDR** (_I accept **Monero XMR** for **credits** if you don't have Indonesia Rupiah_). - To find out how to contact me, please visit [https://www.ditatompel.com/pages/contact](https://www.ditatompel.com/pages/contact). \ No newline at end of file diff --git a/resources/_gen/images/tutorials/configure-wireguard-vpn-clients/wg-ios1_hu0dea0f43b6d960cd5973d4af5f43f74f_278406_780x468_resize_q75_h2_box_3.webp b/resources/_gen/images/tutorials/configure-wireguard-vpn-clients/wg-ios1_hu0dea0f43b6d960cd5973d4af5f43f74f_278406_780x468_resize_q75_h2_box_3.webp deleted file mode 100644 index c0e9e60..0000000 Binary files a/resources/_gen/images/tutorials/configure-wireguard-vpn-clients/wg-ios1_hu0dea0f43b6d960cd5973d4af5f43f74f_278406_780x468_resize_q75_h2_box_3.webp and /dev/null differ diff --git a/resources/_gen/images/tutorials/configure-wireguard-vpn-clients/wg-ios2_hu57387016f4e4bbca63fc6d6a04fadf61_195010_1242x2208_resize_q75_h2_box_3.webp b/resources/_gen/images/tutorials/configure-wireguard-vpn-clients/wg-ios2_hu57387016f4e4bbca63fc6d6a04fadf61_195010_1242x2208_resize_q75_h2_box_3.webp deleted file mode 100644 index 4626340..0000000 Binary files a/resources/_gen/images/tutorials/configure-wireguard-vpn-clients/wg-ios2_hu57387016f4e4bbca63fc6d6a04fadf61_195010_1242x2208_resize_q75_h2_box_3.webp and /dev/null differ