Settings
The settings page contains two tabs: Remote Management API and SOCKS5 Authentication.
Page Layout
┌────────────────────────────────────────────────────────┐
│ Settings │
│ Configure remote management API, SOCKS5 auth, etc. │
│ │
│ [Remote Management API] [SOCKS5 Authentication] │
│ ┌──────────────────────────────────────────────────┐ │
│ │ (Current tab content area) │ │
│ └──────────────────────────────────────────────────┘ │
└────────────────────────────────────────────────────────┘
Tab 1: Remote Management API
Built-in REST API service for remote account management and data pool queries.
Enable Toggle
- Enable Remote Management: ToggleSwitch toggle
- Status label displayed on the right
Basic Configuration
| Setting | Default | Description |
|---|---|---|
| Bind IP Address | 0.0.0.0 | Dropdown to select local network interface IP, click "Refresh" to re-detect |
| Listen Port | 8080 | HTTP port for the API service (1024-65535) |
Authentication
| Setting | Default | Description |
|---|---|---|
| Admin Username | admin | API access username |
| Admin Password | — | Click "Set Password" to change, stored as SHA256 hash |
| IP Whitelist | — | Allowed IP addresses (comma-separated) |
Password status hint is shown below the password field.
API Endpoint Information
The page lists all available API endpoints, each with a "Copy" button:
GET /GetProxyAccountList Get account list
POST /AddProxyAccount Add account
POST /UpdateProxyAccount Update account
POST /DeleteProxyAccount Delete account
GET /GetCurrentUser Get current user info
Management Tools
- Test API Connection: Verify API accessibility
- Refresh: Re-detect available local IP addresses
Security Notice
A blue info bar at the bottom provides security-related reminders.
warning
It is recommended to configure an IP whitelist to restrict access sources in production environments, and set a strong password.
Tab 2: SOCKS5 Authentication
Global authentication toggle. When enabled, both proxy services (collection and heartbeat simulation) require client credentials.
Configuration
- Title: SOCKS5 Account Authentication
- Status Label: Shows "✓ Enabled" or "○ Disabled"
- Enable Authentication: ToggleSwitch toggle
- Detailed description text below the toggle
info
Authentication changes take effect immediately without restarting proxy services.