Where to start
Each domain forwards visitors to a server you run. Open a project, go to the Domains tab, and click Add Domain.
The address
The Domain Address field is the prefix of your web address. With a root of digitalweb.host, entering shop gives you shop.digitalweb.host.
Address rules:
- Lowercase letters, digits, and hyphens only.
- No dots, addresses are single-level.
- Can't start or end with a hyphen.
- Some common names (like
www,api,admin,mail) are reserved.
Availability is checked live as you type, with a green check when the address is free. An address can't be changed after the domain is created, delete and recreate it to use a different one.
The target
- Target IP: the public IPv4 address of your server, e.g.
203.0.113.10. - Port: the port your app listens on, e.g.
8080.
Your target must be a server you control (a VPS, cloud instance, or container) that serves your app for any incoming hostname.
HTTPS
Leave Enable SSL (HTTPS) checked to serve the domain securely, DomainDock issues and renews the certificate for you. Turn it off only if you specifically need plain http://.
Copying and deleting
Every domain in the list has a copy button to grab its full address, and a delete button that removes the domain after you confirm.