How can we help you?

Get quick answers and clear instructions for all your networking needs

How to Set a Static IP Address on Your MikroTik Router

Summary:
Assigning a static IP address to your Mikrotik router is essential for consistent management, especially in larger networks, server environments, or when using port forwarding and VPNs.

Method 1: Set a Static IP via WinBox

Step-by-step using WinBox:

  1. Connect your PC to the router using Ethernet.
  2. Open WinBox and log in using:
    • Username: admin
    • Password: (blank or your custom password)
  3. Go to IP > Addresses from the left menu.
  4. Click the “+” button to add a new address.
  5. Enter your desired static IP in the Address field (e.g., 192.168.1.1/24).
  6. In the Interface field, choose the interface you want to assign the IP to (e.g., ether1, Bridge).
  7. Click Apply, then OK.

IMPORTANT: Do not assign a static IP that conflicts with an existing DHCP range.

Method 2: Set a Static IP via CLI (Terminal)

  1. Open WinBox and click the Terminal button
    • Or connect using SSH: ssh admin@192.168.88.1
  2. Type the following command:
/ip address add address=192.168.1.1/24 interface=ether1

Replace 192.168.1.1/24 with your desired IP/subnet, and ether1 with the correct interface.

TIP: To view existing IP addresses, use:

/ip address print


Optional: Disable the Default DHCP Client (If Needed)

If your router is using DHCP to get its current IP, disable it to avoid conflicts:

  1. Go to IP > DHCP Client
  2. Select the entry bound to the same interface
  3. Click Disable

Or via CLI:

/ip DHCP-client disable [find interface=ether1]


Test the Static IP Address

  • After applying the new static IP, disconnect and set your PC to the same IP range.
  • Access the router at the new IP via WinBox or browser (e.g., 192.168.1.1).


IMPORTANT:
 If you cannot access the router after changing the IP, reset your PC’s IP settings or use MAC Address login via WinBox.

Was this doc helpful?
DON'T MISS OUT.

Get the latest product updates, guides, tips, & exclusive offers directly in your inbox.

Company
  • Shopee Store
  • Lazada Store
  • Careers
    Hiring
  • Contact Us
Business Growth
  • Become Our Reseller
  • ISP Operator & Installer
  • Mikrotik Configuration
  • Custom Network Quote
Policies
  • Privacy Policy
  • Terms of Use
  • Store Policies
  • RMA Procedure
Follow us
  • Facebook Page
  • Linkedin Account
  • Youtube Channel
  • Instagram Page