Configuring wireGuard Interface and Add Cloudspace as a Peer
Once you've created a WireGuard interface on your Cloudspace, the next steps are to add your device as a peer to this interface and then configure your device to recognize the Cloudspace as a peer.
Install wireGuard from here: https://www.wireguard.com/install/
Windows and macOS Configuration:
- From the wireGuard app, click on Import tunnel(s) from file.
- Choose your
.conf
file that contains the wireGuard configuration, then click the Activate button.
Linux Configuration:
- From settings, open the network tab and click on :material-plus to add a new VPN interface.
-
Click on Import from file... and choose your
.conf
file that contains the wireGuard configuration, then click the Add button. -
You should find the interface on your VPN list, turn it on, and test the connection by running the following command in the terminal: ```bash ping [Cloudspace wireGuard interface address]