Web Access
You can access the web panel via HTTPS: https://<server_ip>:5555/
or https://<server_ip>/
A warning about a self-signed certificate may appear — click “Advanced” → “Accept the Risk” to continue.
Web administration console: https://<your-server-ip>/admin/default/
- Username: (leave blank)
- Password: (stored in
/root/.cloudzy-creds
)
Client Connection Information
- Host:
<server-ip>
- Port:
443
or5555
- Hub Name:
DEFAULT
- Username: (stored in
/root/.cloudzy-creds
) - Password: (stored in
/root/.cloudzy-creds
)
Important Files & Directories
- Main installation directory:
/usr/local/vpnserver
- Systemd service definition:
/etc/systemd/system/vpnserver.service
- Start/stop/restart control script:
/opt/vpnserver.sh
- Saved admin and user credentials:
/root/.cloudzy-creds
Management Commands
Check status:
systemctl status vpnserver
Restart server:
systemctl restart vpnserver
Manual control:
/usr/local/vpnserver/vpncmd
Command-Line Configuration (vpncmd)
You can configure and manage your VPN server from the terminal using:
cd /usr/local/vpnserver/
./vpncmd
You’ll see:
1. Management of VPN Server or VPN Bridge
2. Management of VPN Client
3. Management of VPN Tools
Connect to the server:
1
<blank> ← (for localhost)
<blank> ← (no virtual hub, manage the whole server)
Check server information:
ServerInfoGet
Change admin password:
ServerPasswordSet
Check whether SoftEther VPN operation is possible:
Check
View all virtual hubs:
HubList
Switch to a specific hub:
Hub DEFAULT
List users in hub:
UserList
Show a specific user’s info:
UserGet <username>
Change user password:
UserPasswordSet <username>
View hub status:
StatusGet
List connected sessions:
SessionList
View active connections:
ConnectionList
Disconnect a user session:
SessionDisconnect <SessionName>