FIX: Correct RustDesk configuration (both ID+Relay on VPS 51.222.12.162)
- Updated ID Server: 51.222.12.162:21116 (was 10.0.10.23) - Updated Relay Server: 51.222.12.162:21117 (was 66.63.182.168) - Updated Public Key: EPO75IeD+yJo5S5wtKePpyokHGXv9FN1w5Fx+Db5UCk= - Marked CT 123 (10.0.10.23) as deprecated - RustDesk now VPS-only - Source: Screenshot from 2026-02-22
This commit is contained in:
@@ -39,8 +39,8 @@ This document provides detailed information about all services running in the in
|
||||
| Calibre-Web | Home Lab | 10.0.10.27 | Media | ✅ Running | No |
|
||||
| Caddy Internal Proxy | Home Lab | 10.0.10.27 | Proxy | ✅ Running | No |
|
||||
| Vehicle Tracker | Home Lab | 10.0.10.35 | Web App | 🔄 In Development | No |
|
||||
| RustDesk ID Server | Home Lab | 10.0.10.23 | Remote Desktop | ✅ Running | No |
|
||||
| RustDesk Relay | VPS | 66.63.182.168 | Remote Desktop | ✅ Running | No |
|
||||
| RustDesk ID Server | VPS | 51.222.12.162 | Remote Desktop | ✅ Running | No |
|
||||
| RustDesk Relay | VPS | 51.222.12.162 | Remote Desktop | ✅ Running | No |
|
||||
| OpenClaw Gateway | Home Lab | 10.0.10.28 | AI Agent | ✅ Running | No |
|
||||
| AD5M 3D Printer | Home Lab | 10.0.10.30 | IoT | ✅ Running | No |
|
||||
| WireGuard VPN | Gaming VPS | 51.222.12.162 | Tunnel | ✅ Running | Yes |
|
||||
@@ -737,30 +737,25 @@ See `CA-DEPLOYMENT-SUMMARY.md` for client certificate installation instructions.
|
||||
**Purpose**: Secure remote desktop access with self-hosted infrastructure
|
||||
|
||||
**Service Details**:
|
||||
- **ID Server (hbbs)**: LXC 123 on main-pve
|
||||
- **IP**: 10.0.10.23
|
||||
- **Version**: 1.1.14
|
||||
- **Ports**: 21115 (NAT test), 21116 (ID/Rendezvous), 21118 (TCP punch)
|
||||
- **Relay Server (hbbr)**: VPS (66.63.182.168)
|
||||
- **Version**: 1.1.14
|
||||
- **ID Server (hbbs)**: VPS (51.222.12.162 / vps.nianticbooks.com)
|
||||
- **Port**: 21116 (ID/Rendezvous)
|
||||
- **Relay Server (hbbr)**: VPS (51.222.12.162 / vps.nianticbooks.com)
|
||||
- **Port**: 21117 (Relay service)
|
||||
- **Public Key**: `sfYuCTMHxrA22kukomb/RAKYyUgr8iaMfm/U4CFLfL0=`
|
||||
- **Public Key**: `EPO75IeD+yJo5S5wtKePpyokHGXv9FN1w5Fx+Db5UCk=`
|
||||
|
||||
**Architecture**:
|
||||
```
|
||||
Internet → VPS Relay (hbbr)
|
||||
Internet → VPS (51.222.12.162)
|
||||
↓
|
||||
WireGuard Tunnel
|
||||
↓
|
||||
Home Lab ID Server (hbbs)
|
||||
RustDesk ID Server (hbbs) + Relay (hbbr)
|
||||
↓
|
||||
RustDesk Clients (P2P when possible)
|
||||
```
|
||||
|
||||
**Client Configuration**:
|
||||
- **ID Server**: `66.63.182.168`
|
||||
- **Relay Server**: `66.63.182.168` (auto-configured)
|
||||
- **Key**: `sfYuCTMHxrA22kukomb/RAKYyUgr8iaMfm/U4CFLfL0=`
|
||||
- **ID Server**: `51.222.12.162`
|
||||
- **Relay Server**: `51.222.12.162`
|
||||
- **Key**: `EPO75IeD+yJo5S5wtKePpyokHGXv9FN1w5Fx+Db5UCk=`
|
||||
|
||||
**Startup**:
|
||||
```bash
|
||||
|
||||
Reference in New Issue
Block a user