Within all our images, we have our Wireguard image, which includes a web panel for easy management of Wireguard.
The development of Wireguard-UI is ongoing, and new versions are released periodically. If you want to have the latest version of Wireguard-UI, manual updating is required.
In this tutorial, we will see how to update the version of Wireguard-UI.
Updating Wireguard-UI version
In our image, version 0.2.7 is installed, and at the time of writing this tutorial, the latest version available is 0.4.0.
To update, we need to access the server via SSH and follow the steps below.
First, we need to stop the Wireguard-UI service:
systemctl stop wg-ui.service
Next, we download the version from the GitHub repository. If you want to check for any other updates, you can do so in the Releases section of the repository.
# wget https://github.com/ngoduykhanh/wireguard-ui/releases/download/v0.6.2/wireguard-ui-v0.6.2-darwin-amd64.tar.gz
Extract the files:
# tar -zxf wireguard-ui-v0.6.2-darwin-amd64.tar.gz
Copy the binary file to the appropriate location:
cp wireguard-ui /usr/local/wireguard-ui/wireguard-ui
Finally, we start the service again:
systemctl start wg-ui
Now, when accessing the Wireguard-UI interface, we will see that the new version is installed and running.
We hope we have helped you with this article! 🙂 Remember, if you have any questions about this or any other issue related to your Clouding servers, do not hesitate to contact us at support@clouding.io We are at your side for whatever you need!