Setting Up a Custom Domain When Ordering a Server¶
When ordering a virtual machine with a control panel (e.g., n8n, Nextcloud, etc.), you can specify your own domain. The panel will be accessible via your address instead of the standard one.
Examples:
- Standard option:
https://<software_name><server_id>.hostkey.in(e.g.,https://nextcloud16094.hostkey.in,https://n8n5421.hostkey.in) - With your domain:
https://cloud.mycompany.comorhttps://n8n.bebra.ru
How Does It Work?¶
Option 1: Without a Custom Domain¶
If you don't specify your domain when ordering, the panel automatically gets a standard address like https://<software_name><server_id>.hostkey.in. This works immediately without additional configuration.
Option 2: With a Custom Domain¶
If you specify your domain (e.g., cloud.mycompany.com), the panel will be accessible via that address.
Supported:
- Second-level domains:
mycompany.com - Third-level domains:
cloud.mycompany.com
Requirements for Using a Custom Domain¶
Mandatory Requirement: DNS Delegation¶
To allow us to automatically configure your domain for the panel, you must delegate the domain to our NS servers.
What is delegation?
Delegation is the transfer of DNS record management for your domain to our name servers. After delegation, we can automatically create and update necessary records (A records, SSL certificates, etc.).
How to delegate a domain:
- Log in to your domain registrar's control panel (where you purchased the domain);
- Find the DNS or NS server management section;
- Specify our NS servers:
- ns1.hostkey.com;
- ns2.hostkey.com.
- Save the changes.
Information
NS server changes may take from several minutes to 24-48 hours due to DNS propagation specifics.
Without delegation, we won't be able to automatically create the necessary DNS records, and the panel won't be accessible via your domain.
Restriction¶
You cannot use domains containing the word hostkey (e.g., panel.hostkey.ru) to avoid conflicts with our infrastructure.
Where to Specify Your Domain?¶
In the Invapi control panel when ordering a virtual machine with a panel, find the Automatization field and enter your domain.

Important:
- Leave the field empty if you want to use the standard domain;
- Specify the full domain name if you want to use your own (e.g.,
n8n.mybusiness.com).
What Happens After Ordering?¶
- Our system automatically creates a DNS zone for your domain (if it doesn't exist yet);
- An A record is added pointing to your panel's IP address;
- An SSL certificate is issued for secure connection;
- The panel becomes accessible via your specified address.
The entire process occurs automatically during panel deployment.
Some of the content on this page was created or translated using AI.