How to Connect a PPPoE Account

Follow the guide for your device type to configure your PPPoE credentials and get online.

MikroTik RouterOS – PPPoE Client Setup

Use the commands below via Winbox Terminal or SSH. Replace YOUR_USERNAME and YOUR_PASSWORD with the credentials from your customer account.

Option 1 – Via Terminal (CLI)

Connect via Winbox terminal or SSH and run:

/interface pppoe-client
add name=pppoe-out1 interface=ether1 \
    user=YOUR_USERNAME \
    password=YOUR_PASSWORD \
    service-name="" \
    disabled=no \
    add-default-route=yes

Verify the connection is up:

/interface pppoe-client print detail

The status field should show connected and you will see an assigned IP address.

Option 2 – Via Winbox GUI

  1. Open Winbox and connect to your router.
  2. Go to Interfaces → click the + button → select PPPoE Client.
  3. On the General tab set Interface to the WAN port (usually ether1).
  4. On the Dial Out tab enter:
    • User: YOUR_USERNAME
    • Password: YOUR_PASSWORD
    • Tick Add Default Route
  5. Click OK — the interface status should change to connected.
Note: If you have an existing default route, you may need to remove it first or lower its distance before adding the PPPoE client.

Still stuck? Contact support at [email protected].