Skip to content
Live $300 credit for new accounts Valid for 60 days from account creation Get started →

VPN Access

Reaching your private cloud management interfaces and internal networks remotely requires VPN access.

ZSoftly provides a WireGuard VPN configuration file in your credentials document. The file is named <your-name>-wg0.conf.

# Install WireGuard
sudo apt install wireguard # Debian/Ubuntu
sudo dnf install wireguard-tools # RHEL/Fedora
# Copy your config
sudo cp your-name-wg0.conf /etc/wireguard/wg0.conf
# Connect
sudo wg-quick up wg0
# Disconnect
sudo wg-quick down wg0
# Check status
sudo wg show
  1. Install WireGuard for macOS from the App Store
  2. Open WireGuard → Import tunnel(s) from file
  3. Select your .conf file
  4. Click Activate
  1. Download WireGuard for Windows
  2. Open WireGuard → Import tunnel(s) from file
  3. Select your .conf file
  4. Click Activate

After connecting, verify you reach the management server:

ping <management-server-ip>