192.168.1.254

192.168.1.254 Router Admin Login

Default gateway used by many ISP-provided routers including TM Unifi and BT.

How to Login to 192.168.1.254

192.168.1.254 opens your ISP router’s admin panel. Connect to your router’s network via Wi-Fi or Ethernet. Open a browser and type 192.168.1.254 in the address bar.

TM Unifi routers show a login page branded with the TP-Link or ZTE interface, depending on which model TM supplied to you. The TP-Link Archer C5v variant shows the standard TP-Link green-and-white login. The ZTE F670L shows a blue ZTE-branded page. Both ask for username and password.

AT&T gateways (Pace 5268AC, Arris BGW210-700) display an AT&T-branded interface with tabs for Home Network, Firewall, and Diagnostics. The landing page shows your broadband status and connected device count.

Some Cisco small business routers and 2Wire gateways (common in older AT&T installations) also default to this address. The 2Wire interface is distinctive, a dated grey layout that AT&T never updated before retiring the hardware.

If the page does not load, confirm your gateway address. Run ipconfig on Windows or ip route on Linux. Your router might actually be at 192.168.1.1 or another address.

Default Credentials for 192.168.1.254

The login page asks for a username and password. Factory defaults vary by device:

DeviceUsernamePassword
TM Unifi (TP-Link)adminadmin
TM Unifi (ZTE F670L)admin(on sticker)
AT&T Pace 5268ACadmin(on sticker)
AT&T BGW210-700(none)(on sticker)
2Wire 3800HGVadmin(on sticker)
Cisco RV320ciscocisco
ZTE ZXHN H108Nadminadmin

TM Unifi has been transitioning to per-device passwords. Older TP-Link units supplied before 2022 still use admin/admin. Newer ZTE F670L units have unique passwords. If you cannot find the sticker, TM customer service can look up the default credentials tied to your account.

AT&T prints an access code on a side label, a 10-digit string unique to each device. There is no shared default. Losing this label means calling AT&T or factory resetting.

Why .254 Instead of .1

This IP address sits at the top of the subnet by design. Convention in networking places the gateway at either the first or last usable address in a subnet. For a /24 network (255.255.255.0 mask), the first usable address is .1 and the last is .254.

ISPs pick .254 for a practical reason: conflict avoidance. When a customer plugs in their own router set to 192.168.1.1 (which is the default for TP-Link, ASUS, and Linksys), having the ISP gateway at .254 means both devices can coexist on the same subnet without an IP collision. If the ISP also used .1, you would have two devices fighting for the same address. Network breaks immediately.

This design choice shows up across ISPs worldwide. TM in Malaysia, AT&T in the US, BT in the UK, and Telstra in Australia all favour .254 on their supplied equipment. It is an industry pattern, not a technical requirement.

The DHCP pool on these ISP gateways typically runs from 192.168.1.2 through 192.168.1.253. The gateway sits above the pool at .254. Client devices are never assigned the gateway address.

ISPs and Routers Using 192.168.1.254

192.168.1.254 is used by several major ISPs worldwide. TM Unifi is the largest ISP in Malaysia, serving over 3 million broadband subscribers. Every Unifi fibre package comes with a router defaulting to this address. TM has supplied TP-Link Archer C5v, TP-Link Archer VR1600v, ZTE F670L, and ZTE ZXHN H298A across different subscription tiers and installation periods. All use the same gateway.

AT&T uses this address on residential gateways across AT&T Fiber and legacy U-verse installations. The Arris BGW210-700 is the most widely deployed AT&T Fiber gateway. The older Pace 5268AC handles DSL connections. Both default to it.

BT (British Telecom) in the UK uses this gateway on the BT Home Hub and BT Smart Hub. Telstra in Australia uses it on the Telstra Smart Modem Gen 2 and Gen 3.

ZTE manufactures OEM routers for dozens of ISPs globally. If your ISP-supplied router is a ZTE, it very likely defaults to this address regardless of country.

Troubleshooting 192.168.1.254

This address should load when you are connected to the ISP router’s LAN. If it does not, check these common issues.

Page does not load. Confirm you are on the ISP router’s network, not a secondary router. If you have your own router connected to the ISP gateway, your devices are on the secondary router’s network and cannot reach the gateway unless you connect directly to the ISP device.

Login loop: credentials accepted but page reloads. This happens on older ZTE firmware. Clear your browser cookies for this address, use incognito mode, or try a different browser. Firefox handles older router firmware better than Chrome in many cases.

TM Unifi: admin/admin does not work. TM or a previous technician may have changed the password. Before factory resetting, try calling TM at 100 (from a Malaysian number). They can sometimes push a remote reset to the router.

Cannot access after connecting your own router. When you plug your own router into the ISP gateway, your devices get IP addresses from your router’s DHCP (likely 192.168.1.x from .1 gateway). To reach the ISP gateway at 192.168.1.254, your own router must also be on the 192.168.1.0/24 subnet. If your router uses 192.168.0.x or 10.x.x.x, you cannot reach .254 without connecting directly to the ISP gateway.

Factory reset. Locate the reset pinhole on the router. Press and hold for 15 seconds with the router powered on. TM Unifi routers take 3-5 minutes to reboot and re-establish the fibre connection after a reset. Your Unifi IPTV settings will be preserved, since those are provisioned remotely by TM.

Misspelling note. Some users type “192.168.l.l” (lowercase L) instead of “192.168.1.254” (the number one). Browsers cannot resolve letters in an IP address, so make sure every character is a digit.

Frequently Asked Questions

What is 192.168.1.254?

192.168.1.254 is a private IPv4 address used as the default gateway by many ISP-provided routers. It is the last usable host address in the 192.168.1.0/24 subnet (192.168.1.255 is the broadcast address). TM Unifi in Malaysia, AT&T in the US, and several ZTE and Cisco routers use this address.

What is the default login for TM Unifi router at 192.168.1.254?

TM Unifi routers typically use admin/admin as default credentials. Some newer models have unique passwords printed on the device sticker. The TP-Link Archer models supplied by TM use admin/admin. ZTE F670L units supplied by TM have the password on the back label.

Why do ISPs use 192.168.1.254 instead of 192.168.1.1?

ISPs place the gateway at the top of the subnet (.254) to avoid IP conflicts. When customers connect their own router at the common 192.168.1.1, there is no clash. It is a deliberate design choice to prevent double-gateway conflicts on the same subnet.

How do I find if my router uses 192.168.1.254?

On Windows, open Command Prompt and run ipconfig. Look for Default Gateway. On macOS, check System Settings > Network > Wi-Fi > Details. On Linux, run ip route show default. If the output shows 192.168.1.254, that is your router's admin address.

Can I change 192.168.1.254 to a different IP?

On your own router, yes. Change the LAN IP in the admin panel. On ISP-provided equipment, usually no. ISPs lock the gateway address to prevent support issues. If you need a different address, use your own router behind the ISP gateway in bridge mode.

What is the difference between 192.168.1.254 and 192.168.1.1?

Both are valid host addresses on the 192.168.1.0/24 subnet. 192.168.1.1 is the first usable address, 192.168.1.254 is the last. ISP routers often use .254 to avoid conflicting with consumer routers at .1. Functionally they work identically as gateway addresses.