Skip to content

HexRouter Beginner Tutorial

Default Configuration

Port Configuration

  • WAN: 0

  • LAN: 1~4

WiFi Configuration

  • SSID: HexRouter_xxxx

  • Password: hexfellow1234

How to Connect to External WiFi

Login to the Management Interface

  1. Connect to the internal industrial control computer via graphical interface (e.g., NoMachine or direct keyboard/mouse).

  2. Click the Chromium icon on the right to open the browser.

    1. Note: If a keyring prompt appears, enter the local login password.

    image.png

  3. Enter the management interface URL (default: http://192.168.1.1/) and click Log in.

    image.png

Configure WiFi Connection

  1. Navigate to NetworkWireless in the top menu.

    image.png

  2. Click Scan to search for available WiFi networks.

    image.png

  3. Select the target WiFi (e.g., HEX-TEST) and click Join Network.

    image.png

  4. Enter the WiFi password in the WPA passphrase field and click Submit.

    image.png

  5. Save the configuration by clicking Save in the pop-up window.

    image.png

  6. Confirm with Save & Apply

    image.png

Verify Connectivity

  1. Open https://www.bilibili.com/ or https://www.youtube.com/ in the browser. If the page loads normally, the external WiFi connection is successful.

    image.png

Setting a Static IP Address

Login to the Management Interface

  1. Follow the same steps as above to access the management interface.

Assign a Static IP Device

  1. Scroll to the Active DHCP Leases section. Select the target device (e.g., hexfellow-desktop) and click Set Static.

    1. Note: If the device isn’t listed, try replugging its network cable and refreshing the browser.

    image.png

  2. Confirm by clicking Save & Apply in the pop-up window.

    image.png

Modify the IP Address

  1. Navigate to NetworkDHCP and DNSin the top menu.

    image.png

  2. Navigate to Static Leases and click Edit.

    image.png

  3. Enter the desired IPv4 address for the target device (e.g., 192.168.1.50), and save.

    image.png

  4. Apply changes by clicking Save & Apply.

    image.png

Verify Configuration

  1. Replug the network cable or reboot the control computer.

  2. Open the terminal and run ifconfig to confirm the IP address has been updated.

    image.png