GMSSH Product ManualGMSSH Product Manual
Changelog
Official Site
  • 简体中文
  • English
Changelog
Official Site
  • 简体中文
  • English
  • 📖 Documentation

    • Product Overview
    • Introduction
    • Quick Start
    • GMSSH Client

      • Machine Management
      • Command Center
      • Terminal
      • Batch Tasks
      • Settings
    • GMSSH Desktop

      • Built-in Apps
      • App Center
      • Docker Manager
      • PHP Manager
      • MySQL Manager
      • Nginx Manager
      • Site Manager
      • Firewall Manager
      • WAF Firewall
      • Redis Manager
      • Proxy Manager
      • VPN Manager
      • Source Manager
    • Gemius AI
    • FAQ

Proxy Manager

GMSSH Proxy Manager is a visual network proxy management tool for Linux servers. It covers NIC IP Management and Proxy Service Management, supporting multi-IP binding, virtual NIC creation, and proxy service configuration.

Core Features

ModulePurposeCore Capabilities
NIC IP ManagementNetwork Interface MgmtView physical NICs, add/delete IPs, create virtual NICs
Proxy Service MgmtProxy ConfigurationCreate single/batch proxy services, multi-filter management

NIC IP Management

Centralized Network Interface & IP Management. Displays network interface info and IP allocation by NIC, with flexible IP addition and management.

NIC IP Management

  • NIC List: Tab-based display of all server NICs; click to switch.
  • NIC Info: Each NIC card shows type (e.g., "Physical NIC") and MAC address.
  • IP Address Table: Table showing all IPs under each NIC with IP address, subnet mask, and actions (edit/delete). Supports IPv4 and IPv6.
  • Search: Top IP search box for quick lookup.
  • Batch Operations: Bottom dropdown for batch IP management. Top-right "Batch Delete NIC" button.
  • Pagination: Bottom pagination with total count and page size configuration.

Add IP Address

Click "Add IP Address" in the top-right for two modes:

Add IP Address

Same MAC Multiple IPs

Bind multiple IPs to the same physical NIC (same MAC), two methods:

  • Use Existing NIC:

    • Select NIC: Dropdown to choose target NIC.
    • IP Address: Enter target IP (e.g., 192.168.1.100) with auto-detection.
    • Subnet Mask: Dot notation (255.255.255.0) or CIDR (32).
  • Create Virtual NIC:

    • Select Parent NIC: Dropdown for parent NIC.
    • Virtual NIC Name: Custom name (max 15 characters).
    • MAC Address: Enter MAC (e.g., 02:1A:2B:3C:4D:60); leave empty for random generation.

Different MAC Multiple IPs

Create independent virtual NICs (different MACs) for each IP. Two input methods — Form and CSV:

Different MAC Multiple IPs

Form Format:

  • Select Parent NIC: Dropdown for parent NIC.
  • Virtual NIC Name (Prefix): Name prefix (max 12 chars, default mv), auto-incrementing sequence.
  • IP Address: Target IP address.

CSV Format:

  • Select Parent NIC: Dropdown for parent NIC.
  • IP List: Bulk input in code editor, one per line:
IP_Address  Subnet_Mask(CIDR)  Virtual_NIC_Name  MAC_Address
  • Example: 192.168.0.1 24 virtual_nic_name MAC_address

Proxy Service Management

Proxy Service Configuration & Operations Center. Table-based management of all proxy services.

Proxy Service Management

  • Service List:
ColumnDescription
Listen IPProxy service bind IP
Listen PortProxy service listen port
ProxyProxy target info
ProtocolService protocol type
MAC AddressBound NIC MAC address
NICBound NIC name
EncryptionEncryption method
ActionsEdit/Delete operations
  • Multi-Filter: Triple filtering:
    • Search: By IP, port, NIC, or notes.
    • Status Filter: Dropdown by service status.
    • Protocol Filter: Dropdown by protocol.
  • Create Service: Top-right "Create" button for single service creation.
  • Batch Create: Top-right "Batch Create" button for bulk service deployment.

Create Proxy Service

Create Proxy Service

FieldDescription
Listen IPDropdown to select listen IP
Listen PortProxy service listen port
Protocol TypeDropdown for protocol selection
NotesNotes (max 50 characters)

Click "Create Service" to confirm or "Cancel" to abort.

Last Updated: 3/19/26, 4:26 PM
Contributors: xiarui
Prev
Redis Manager
Next
VPN Manager