Image of a SerComm router with 'Router Default IP Addresses' text and the SerComm logo

SerComm Default IP Address List
Instructions to find your SerComm router's IP address

Info updated March 10, 2024

Most SerComm routers have a default IP address of 192.168.0.1.

Pro tip: If you're already connected to the router's network you can use this tool to instantly see your SerComm router's ip address

The IP address is required when accessing the SerComm router's web interface to configure it.
Since some of the models don't follow the standards, you'll have to check in the table below if the common default doesn't work.

You can also check the instructions on how to figure out your SerComm router ip if you are connected to the router's network.

Our readers have reported that their SerComm router's have had the following IPs
(more common higher in list)

  • 192.168.1.1
  • 192.168.0.1
  • 192.168.1.254

To access the web interface you'll also probably need a username and password, if you find your model in the list there's a link to the default settings for that model. Most SerComm routers use the same default usernames and passwords so you can also check the Default SerComm password list to try with that one.

Tip: Press ctrl+f (or cmd+f on Mac) to quickly search for your model number.

SerComm default IP address List (Updated March 2024)

Model Default IP Netmask
AP221AI
AP221AI default username & password
192.168.0.228   Open 255.255.255.0
AP51DA
AP51DA default username & password
192.168.0.228   Open 255.255.255.0
H500-s
H500-s default username & password
192.168.0.1   Open 255.255.255.0
IP1006GA/GB
IP1006GA/GB default username & password
192.168.0.1   Open 255.255.255.0
IP1006RR
IP1006RR default username & password
192.168.0.1   Open 255.255.255.0
IP1006SR
IP1006SR default username & password
192.168.0.1   Open 255.255.255.0
IP706ST
IP706ST default username & password
192.168.0.1   Open 255.255.255.0
IP802SM v2
IP802SM v2 default username & password
192.168.0.1   Open 255.255.255.0
IP806GA/GB v1
IP806GA/GB v1 default username & password
192.168.0.1   Open 255.255.255.0
IP806GA/GB v2
IP806GA/GB v2 default username & password
192.168.0.1   Open 255.255.255.0
IP806GA/GB v3
IP806GA/GB v3 default username & password
192.168.0.1   Open 255.255.255.0
IP806GA/GB v4
IP806GA/GB v4 default username & password
192.168.0.1   Open 255.255.255.0
IP806MA
IP806MA default username & password
192.168.0.1   Open 255.255.255.0
IP806SM
IP806SM default username & password
192.168.0.1   Open 255.255.255.0
IP822LM
IP822LM default username & password
192.168.0.101   Open 255.255.255.0
IP906SM
IP906SM default username & password
192.168.0.1   Open 255.255.255.0
PS801Hv1
PS801Hv1 default username & password
192.168.0.100   Open 255.255.255.0
PS801Hv2
PS801Hv2 default username & password
192.168.0.100   Open 255.255.255.0
RP101
RP101 default username & password
192.168.0.254   Open 255.255.255.0
RV6699 v2
RV6699 v2 default username & password
192.168.0.1   Open 255.255.255.0
VD625
VD625 default username & password
192.168.1.1   Open 255.255.255.0
WD300
WD300 default username & password
192.168.1.1   Open 255.255.255.0

Instructions and common questions

How to find out your SerComm router gateway IP

In case you have changed your SerComm router's default IP address and can't remember it you can find it out quite easily by following the instructions below.
(This also works when the router gets it's IP address assigned by DHCP.)

Find SerComm router ip on Windows

  1. Press Win + r
    A run prompt should open
  2. Type cmd into the input and press enter
    A command prompt will open
  3. Type the following into the command prompt: ipconfig | findstr /i "Gateway" and click enter.
  4. Your Default gateway, probably something like 192.168.0.1, will show

Find SerComm router ip on Linux

  1. Open a terminal window (Shortcut on some distros: ctrl+alt+t)
  2. Type the following: ip route | grep default and press enter.
  3. You will be presented with your SerComm router's IP address

Find SerComm router ip on OSX

  1. Open the OSX Terminal: Finder > Applications > Utilities > Terminal
    Or you can press cmd+space and type terminal
  2. Type the following command: netstat -nr | grep default and press enter.
  3. Your SerComm router default IP will be shown, something like 192.168.0.1