DNS Beacon
DashboardSign in

DynDNS on VyOS: step-by-step setup

VyOS ships with a DynDNS2 client via its dynamic DNS service that can target any custom server. With DNS Beacon your router stays reachable under a permanent hostname even when your WAN IP changes. Here's how to configure it via the CLI.

Step by step

  1. Open the admin interface of your VyOS and go to CLI (configure).
  2. Enter the values below. Your username is your account email, your password is an API key from the dashboard.
  3. Save the settings. Your hostname now updates automatically whenever your IP changes — usually within a minute.

Settings to enter

CLI (configure)

Protocol:
dyndns2
Server:
api.dnsbeacon.com
Hostname:
myhouse.dnsfollowme.uk
Login:
your email address
Password:
your API key

In the CLI: `set service dns dynamic name dnsbeacon protocol dyndns2`, then `server <API host>`, `host-name <hostname>`, `username <email>`, `password <API key>`, `address interface eth0` — then `commit; save`. On VyOS 1.2/1.3 the path is `service dns dynamic interface eth0 service …`.

Need a free hostname first?

Create a free DNS Beacon account, add a hostname and generate an API key — then come back and finish the setup above.

Create free account

Back to all setup guides