Web Access
คุณสามารถเข้าถึงหน้าเว็บแผงควบคุมผ่าน HTTPS ได้ที่: https://<server_ip>:5555/ or https://<server_ip>/
อาจมีคำเตือนเกี่ยวกับ self-signed certificate ให้คลิก "Advanced" → "Accept the Risk" เพื่อดำเนินการต่อ
คอนโซลผู้ดูแลระบบทางเว็บ: https://<your-server-ip>/admin/default/
- ชื่อผู้ใช้: (เว้นว่างไว้)
- Password: (stored in
/root/.cloudzy-creds)
ข้อมูลการเชื่อมต่อสำหรับ Client
- Host:
<server-ip> - Port:
443or5555 - Hub Name:
DEFAULT - Username: (stored in
/root/.cloudzy-creds) - Password: (stored in
/root/.cloudzy-creds)
ไฟล์และไดเรกทอรีสำคัญ
- ไดเรกทอรีติดตั้งหลัก:
/usr/local/vpnserver - นิยาม Systemd service:
/etc/systemd/system/vpnserver.service - สคริปต์สำหรับ Start/Stop/Restart:
/opt/vpnserver.sh - ข้อมูล credentials ของผู้ดูแลระบบและผู้ใช้ที่บันทึกไว้:
/root/.cloudzy-creds
Management Commands
Check status:
systemctl status vpnserver
Restart server:
systemctl restart vpnserver
Manual control:
/usr/local/vpnserver/vpncmd
การตั้งค่าผ่าน Command-Line (vpncmd)
คุณสามารถตั้งค่าและจัดการเซิร์ฟเวอร์ VPN ผ่าน terminal ด้วยคำสั่งต่อไปนี้:
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
เชื่อมต่อกับเซิร์ฟเวอร์:
1
<blank> ← (for localhost)
<blank> ← (no virtual hub, manage the whole server)
ตรวจสอบข้อมูลเซิร์ฟเวอร์:
ServerInfoGet
เปลี่ยนรหัสผ่านผู้ดูแลระบบ:
ServerPasswordSet
ตรวจสอบว่า SoftEther VPN พร้อมใช้งานหรือไม่:
Check
ดู virtual hubs ทั้งหมด:
HubList
สลับไปยัง hub ที่ต้องการ:
Hub DEFAULT
แสดงรายชื่อผู้ใช้ใน hub:
UserList
แสดงข้อมูลของผู้ใช้เฉพาะราย:
UserGet <username>
เปลี่ยนรหัสผ่านผู้ใช้:
UserPasswordSet <username>
ดูสถานะของ hub:
StatusGet
แสดงรายการเซสชันที่เชื่อมต่ออยู่:
SessionList
ดูการเชื่อมต่อที่ใช้งานอยู่:
ConnectionList
ตัดการเชื่อมต่อเซสชันของผู้ใช้:
SessionDisconnect <SessionName>