How to change netbird.selfhosted domain? #253

Closed
opened 2025-11-20 05:08:36 -05:00 by saavagebueno · 2 comments
Owner

Originally created by @ykorzikowski on GitHub (Dec 12, 2022).

grafik

I could not find it anywhere in documentation, and https://netbird.io/docs/overview/dns is empty

Originally created by @ykorzikowski on GitHub (Dec 12, 2022). ![grafik](https://user-images.githubusercontent.com/20556547/207015661-fd7c65e0-2388-4ba3-9df6-4763fa27207f.png) I could not find it anywhere in documentation, and https://netbird.io/docs/overview/dns is empty
Author
Owner

@mlsmaycon commented on GitHub (Dec 12, 2022):

Hello @ykorzikowski, sorry for the lack of documentation for that.

The domain name can be changed by passing the flag --dns-domain to the management service. Using our docker-compose.yml file this is done in the management service command definition.

e.g.:

command: ["--port", "443", "--log-file", "console", "--disable-anonymous-metrics=false", "--single-account-mode-domain=example.com","--dns-domain=example.com"]
@mlsmaycon commented on GitHub (Dec 12, 2022): Hello @ykorzikowski, sorry for the lack of documentation for that. The domain name can be changed by passing the flag `--dns-domain` to the management service. Using our docker-compose.yml file this is done in the management service command definition. e.g.: ```yml command: ["--port", "443", "--log-file", "console", "--disable-anonymous-metrics=false", "--single-account-mode-domain=example.com","--dns-domain=example.com"] ```
Author
Owner

@ykorzikowski commented on GitHub (Dec 12, 2022):

thx @mlsmaycon :) working

@ykorzikowski commented on GitHub (Dec 12, 2022): thx @mlsmaycon :) working
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/netbird#253