Outdoor Routers
HomeShop
EZR34
EZR34
  • EZR34 4G-LTE Router
  • Manual
    • Hardware
      • Package Contents
      • Interfaces Overview
    • SIM Card & PoE
      • Insert A SIM Card
      • LTE Signal Strength
      • PoE & LAN
      • Indicator & Enclosure
      • Install Antennas
    • Bracket & Mounting
      • Lightning Protection
    • Firmware
      • Login Router
      • System & Admin
      • Wi-Fi Hotspot
      • Mobile Modem
      • Local Networks
      • Recovery
      • Firmware Upgrade
    • Advanced
      • Firewall Settings
      • Dynamic DNS
      • Traversal Cloud
      • Terminal
      • Web Port
      • VPN Tunnels
    • Diagnostics
      • Ping & Traceroute
  • LINKS
    • OutdoorRouter Store
    • Knowledge Base
Powered by GitBook
On this page
  1. Manual
  2. Advanced

Web Port

Guidance of how to change the Web GUI interface port on the outdoor router.

The Internet operators usually block 80 ports used by the web interface of the outdoor router. To access the outdoor router remotely on the public IP address, we need to change the port for the web interface.

When the router is turned on, access the command-line interface. Input the below command vi /etc/lighttpd/lighttpd.conf. Now, we are in the command mode of the VI editor.

  • Press i on the keyboard to enter the insert mode.

  • Scroll down to line No.89. The original code is #server.port = 81.

  • Delete # and change the server port to 880 for example.

  • Press ESC on the keyboard. Exit from the insert mode to the command mode.

  • Press : wq on the keyboard to save the file and exit to the SSH terminal.

Input the below command to restart the Lighttpd server /etc/init.d/lighttpd restart.

######### Options that are good to be but not necessary to be changed #######

## bind to port (default: 80)
server.port = 880

Now, we should re-login the router admin at http://192.168.30.1:880. If the router has a public IP address, you can access the router at public-ip-address:880.

You can also use an SFTP client software, like WinSCP, to edit the Lighttpd.conf file.