VPN Access
VPN Access
Section titled “VPN Access”Reaching your private cloud management interfaces and internal networks remotely requires VPN access.
Your VPN configuration
Section titled “Your VPN configuration”ZSoftly provides a WireGuard VPN configuration file in your credentials document. The file is named
<your-name>-wg0.conf.
Connect on Linux
Section titled “Connect on Linux”# Install WireGuardsudo apt install wireguard # Debian/Ubuntusudo dnf install wireguard-tools # RHEL/Fedora
# Copy your configsudo cp your-name-wg0.conf /etc/wireguard/wg0.conf
# Connectsudo wg-quick up wg0
# Disconnectsudo wg-quick down wg0
# Check statussudo wg showConnect on macOS
Section titled “Connect on macOS”- Install WireGuard for macOS from the App Store
- Open WireGuard → Import tunnel(s) from file
- Select your
.conffile - Click Activate
Connect on Windows
Section titled “Connect on Windows”- Download WireGuard for Windows
- Open WireGuard → Import tunnel(s) from file
- Select your
.conffile - Click Activate
Verify connectivity
Section titled “Verify connectivity”After connecting, verify you reach the management server:
ping <management-server-ip>