EBYTE E870 LoRaWAN Gateway

Avatar

sdg.neels
2026-07-31 10:43
Last Edited 2026-07-31 10:48

Ebyte E870 LoRaWAN Gateway - Basic Setup Guide (EU868)

This guide walks through the minimum configuration needed to get an Ebyte E870 LoRaWAN Gateway online and forwarding packets in the EU868 frequency plan, using the gateway's built-in web UI.

Important: Unlike some other gateways, the E870's settings pages have no Save button. Every change you make must be committed by going to Device Management → Save config → Reboot before it takes effect. This is called out again at the end of each section below.


1. Log In to the Web UI

The E870 ships in AP mode by default, broadcasting its own Wi-Fi network.

  1. On your laptop/phone, open Wi-Fi settings and connect to the network named after the gateway, e.g. E870L-A4F00FE580C3 (format: E870L-<Gateway ID>).
  2. It's normal to see 'No internet, secured' - this is expected since you're connecting directly to the gateway, not through it.
  3. Once connected, open a browser and go to: http://192.168.10.1
  4. On the Please login... page, enter:
    • Username: admin
    • Password: admin
  5. Click 登录 login.
  6. You can switch the interface language via the 中文 / English links in the top-right corner.

2. Configure Ethernet and Wi-Fi

Go to Parameter configuration.

  1. Under Network config information - Ethernet:
    • Ethernet IP mode: DHCP (recommended - gateway will pull an IP automatically from your network)
  2. Under Network config information - WiFi:
    • WiFi mode: AP mode (default - leave as-is unless you specifically need the gateway to join an existing Wi-Fi network)

3. Set the LoRaWAN Gateway Config (EU868)

Still on the Parameter configuration page, under LoRaWAN gateway config information:

  1. Server address - enter your network server's hostname or IP (e.g. foo.bar.com)
  2. Server port - 1700
  3. Gateway ID - this is pre-filled and matches the gateway's unique ID (e.g. A4F00FFFFEE580C3); note this down, you'll need it to register the gateway on your network server
  4. Region - select EU868
  5. Center frequency 1 - 868500000 (868.5 MHz)
  6. Center frequency 2 - 868500000 (868.5 MHz)

Center frequencies are entered in Hz, not MHz - double check the extra zeros.


4. Configure NTP (Time Sync)

Scroll down to NTP config information:

  1. NTP service status: Open
  2. NTP server 1: ntp.ntsc.ac.cn
  3. NTP server 2: ntp.aliyun.com
  4. NTP server 3: ntp.tencent.com
  5. Time zone: set to your local UTC offset (e.g. 2 for UTC+2)

Accurate time is required for LoRaWAN join/session validation, so don't skip this step.


5. Restart Plan (Optional)

Under Restart plan config information:

  • Restart plan: Close (default - leave disabled unless you want the gateway to auto-reboot on a schedule)

6. Change the Default Web Password

Under Web account config information:

  1. Web username: admin (can be left as default)
  2. Web password: change this from the default admin to something secure

Security tip: Do this before deploying the gateway in production - the default admin/admin credentials are publicly documented.


7. Configure Network Detection (Optional)

Under Network detection config information:

  1. Detection address 1: enter your network server's hostname or IP (e.g. foo.bar.com)
  2. Detection address 2: 8.8.8.8 (public fallback, used to confirm general internet connectivity)
  3. Detection interval: 30 seconds

This lets the gateway periodically check connectivity and can be tied to the restart plan for auto-recovery.


8. Save and Apply - Every Time

Since there is no Save button on any settings page, changes made in Steps 2-7 are not yet applied. To commit them:

  1. Go to Device Management in the left-hand menu.
  2. Click Save config.
  3. Click Reboot.
  4. Wait for the gateway to restart and reconnect before verifying your changes.

Repeat this Save config → Reboot step after every change you make anywhere in the settings - it's easy to forget since there's no per-page save prompt.


9. Verify Everything Is Working

  1. Reconnect to the gateway's Wi-Fi (or its Ethernet-assigned IP, if changed) and log back in.
  2. Go to Device information to confirm the current settings match what you configured.
  3. Register the gateway on your network server using the Gateway ID noted in Step 3, matching the frequency plan to EU868.
  4. Power on a test end device and confirm uplinks are received by your network server.

Quick Reference Summary

Setting Value
Default Wi-Fi E870L-<Gateway ID>
Default Web UI http://192.168.10.1
Default Login admin / admin
Region EU868
Center Frequency 1 / 2 868500000 / 868500000 (Hz)
Server Port 1700
Save Changes Device Management → Save configReboot (required after every change)

This covers the bare minimum to get an Ebyte E870 gateway on the network, broadcasting on EU868, and forwarding packets to a network server.


Tags: 868chirpstackdcuebyteebyte_e870eu868gateway
Please log in to post a comment