Create a domain

Adds a new Domain to Linode's DNS Manager. Linode is not a registrar, and you must own the domain before adding it here. Be sure to point your registrar to Linode's nameservers so that the records hosted here are used.

Permissions and scopes

To call this operation, you need permissions, based on the model you're using:

  • Identity and access permissions. Your user needs a role with these permissions. Learn more.

    • Roles: account_domain_creator
  • OAuth scopes. Your user needs these scopes assigned. Learn more.

    • Scopes: domains:read_write

CLI

linode-cli domains create \
  --type master \
  --domain example.org \
  --soa_email admin@example.org

Learn more

Language
Credentials