Web Access
Dostęp do panelu webowego możliwy jest przez 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.
Konsola administracyjna (web): https://<your-server-ip>/admin/default/
- Nazwa użytkownika: (pozostaw puste)
- Password: (stored in
/root/.cloudzy-creds)
Dane połączenia klienta
- Host:
<server-ip> - Port:
443or5555 - Hub Name:
DEFAULT - Username: (stored in
/root/.cloudzy-creds) - Password: (stored in
/root/.cloudzy-creds)
Ważne pliki i katalogi
- Główny katalog instalacji:
/usr/local/vpnserver - Definicja usługi systemd:
/etc/systemd/system/vpnserver.service - Skrypt do uruchamiania/zatrzymywania/restartu:
/opt/vpnserver.sh - Zapisane dane uwierzytelniające administratora i użytkowników:
/root/.cloudzy-creds
Management Commands
Check status:
systemctl status vpnserver
Restart server:
systemctl restart vpnserver
Manual control:
/usr/local/vpnserver/vpncmd
Konfiguracja z wiersza poleceń (vpncmd)
Możesz konfigurować serwer VPN i zarządzać nim z terminala, używając:
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
Połącz się z serwerem:
1
<blank> ← (for localhost)
<blank> ← (no virtual hub, manage the whole server)
Sprawdź informacje o serwerze:
ServerInfoGet
Zmień hasło administratora:
ServerPasswordSet
Sprawdź, czy działanie SoftEther VPN jest możliwe:
Check
Wyświetl wszystkie wirtualne huby:
HubList
Przełącz się na konkretny hub:
Hub DEFAULT
Wyświetl użytkowników w hubie:
UserList
Pokaż informacje o konkretnym użytkowniku:
UserGet <username>
Zmień hasło użytkownika:
UserPasswordSet <username>
Wyświetl status huba:
StatusGet
Wyświetl aktywne sesje:
SessionList
Wyświetl aktywne połączenia:
ConnectionList
Rozłącz sesję użytkownika:
SessionDisconnect <SessionName>