Category: EdgeRouter

  • Change WebUI Port – Ubiquiti EdgeRouter Lite

    The below tutorial will walk you through altering the Web UI port on a Ubiquiti Edge Router Lite. # Log into router via ssh/console # Enter configure mode {{{ lang=bash configure }}} # Set the Web UI port; change `8443` to whatever you would like {{{ lang=bash set service gui https-port 8443 }}} # Commit…