Custom Domain
Give your app a unique web address 🕸
Last updated
Was this helpful?
Give your app a unique web address 🕸
Last updated
Was this helpful?
Besides deploying your project to yourapp.directual.app,
you can also publish your project to any custom domain you own once you have .
If you own your domain already you can add it, go to . You also can search and purchase a new domain, for example, through or (or any other service).
Go to Web-pages section, then to Web-portal settings → Custom Domain.
For example, mysite.com
or superapp.io
If you add a first-level domain, you'll see A-records to copy.
For example, app.mysite.com
or www.superapp.io
Access your domain's DNS management in your domain registrar's or DNS host's dashboard.
Add an A record
Set the host to @
Add the first ip
, that you've copied in Directual
Save the record
Add one more A record
Set the host to @
Add the second ip
, that you've copied in Directual
Save the record
Add a CNAME record
Set the host to your subdomain (for example if you add a subdomain hello.myapp.com
, host will be hello
)
Set the link to proxy.directual.app
Save the record
Directual automatically provides SSL ("secure socket layer") to encrypt your app. SSL is the standard method for establishing an encrypted link between a web server and a browser. It ensures that all data passed between the web server and browsers remain private and integral, so you and your website's visitors can rest assured that your information is safe.