Skip to content

Commit f9c1570

Browse files
authored
Merge branch 'master' into feature/uv-support
2 parents 4cd1c94 + 2f82653 commit f9c1570

7 files changed

Lines changed: 74 additions & 74 deletions

docs/getting-started/how-to-order/how-to-order-a-domain-presence-plan.md

Lines changed: 0 additions & 59 deletions
This file was deleted.
Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
______________________________________________________________________
2+
3+
myst:
4+
html_meta:
5+
description: 'Find out here how to order a domain.'
6+
redirect_from:
7+
8+
- /en/getting-started/how-to-order/how-to-order-a-domain-presence-plan/
9+
- /getting-started/how-to-order/how-to-order-a-domain-presence-plan.html
10+
11+
______________________________________________________________________
12+
13+
<!-- source: https://support.hypernode.com/en/getting-started/how-to-order/how-to-order-a-domain-presence-plan/ -->
14+
15+
# How to Order a Domain
16+
17+
To order a domain you will need a Hypernode as the domain needs to be linked to it during the ordering process.
18+
19+
## How to Order
20+
21+
To order a domain, please follow the steps below:
22+
23+
1. Log into the [Hypernode control panel](https://my.hypernode.com/domain/)
24+
1. Go to the 'Domains' tab and press Order domain
25+
1. Enter the domain name that you want to register with/transfer to Hypernode.
26+
1. When you want to transfer a domain, our ordering system will recognize you want to order an existing domain and will ask you if you want to transfer the domain or only manage the DNS. These steps will not initiate a transfer right away. If you want to transfer the domain to Hypernode you can choose the option 'Transfer to Hypernode'.
27+
1. Make a selection of the Hypernode it needs to link to.
28+
1. Select the Legal owner or fill in the information.
29+
1. After completing your order you can either transfer your domain with the authorisation token or manage the DNS after providing the domain registrar with the new nameservers.
30+
31+
## FAQ
32+
33+
**What extensions do you offer?**
34+
35+
A complete list of extensions we offer can be found [here](../../services/domain-procedures/which-tlds-does-hypernode-offer.md).
36+
37+
**How can I transfer my domain?**
38+
39+
You can read a detailed description of the step-by-step plan [here](../../services/domain-procedures/how-to-use-domains-in-the-control-panel.md#transfer-an-existing-domain-to-hypernode).
40+
41+
**How can I order an SSL certificate?**
42+
43+
You can read a detailed description of the step-by-step plan [here](../../hypernode-platform/ssl/how-to-use-ssl-certificates-on-your-hypernode-when-ordered-via-hypernode-com.md#buy-an-ssl-certificate-via-hypernode-recommended).

docs/hypernode-platform/dns/dns-for-control-panel-users.md

Lines changed: 22 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,13 @@ More information about DNS settings for your webshop on Hypernode technology, fo
2020

2121
## Manage DNS With a Third Party
2222

23-
Please note that Hypernode cannot provide uptime guarantees for external DNS. Your SLA does not apply in this case. When a domain name is registered externally, please keep in mind that Hypernode has no influence on the functioning of the DNS. If you don't want to transfer your domain name to Hypernode, changing the name servers to the Byte name servers is a good second option. You will need a Presence plan to be able to manage your DNS from the Service Panel. When you have the DNS set up correctly you can ask your domain name provider to change the name servers to the Byte name servers:
23+
Please note that Hypernode cannot provide uptime guarantees for external DNS, so your SLA does not apply in this case.
24+
25+
If your domain name is registered with an external provider, please be aware that Hypernode has no control over the availability or functioning of that provider’s DNS services.
26+
27+
If you prefer not to transfer your domain name to Hypernode, a good alternative is to update your domain’s nameservers to the Hypernode nameservers. To manage your DNS through the Service Panel, you will need a Presence plan.
28+
29+
Once your DNS has been configured correctly, you can ask your domain provider to update the nameservers to the Hypernode nameservers:
2430

2531
ns1.hypernode.com
2632

@@ -94,11 +100,11 @@ Different DNS records have been created for the different types of internet traf
94100

95101
The NS records contain the "authoritative name servers" or prevailing name servers. When your domain name is listed with Hypernode, these will always be on Byte's name servers by default. This determines that we are the party that manages the DNS records. You can also find them in the WHOIS. The Byte name servers are:
96102

97-
nsa.byte.nl
103+
ns1.hypernode.com
98104

99-
nsb.byte.nl
105+
ns2.hypernode.com
100106

101-
nsc.byte.nl
107+
ns3.hypernode.com
102108

103109
If you have set up other name servers, the DNS data will be downloaded from that server. Hypernode always recommends using the Byte name servers so that in the event of IP changes (if you switch from datacenter) we can switch quickly, without having to make changes to the DNS configuration. You can NOT change the name servers from the Service Panel. If you need to change the name servers (to for example Cloudflare) you can request this by sending an email to [support@hypernode.com](mailto:support@hypernode.com) (from the email address that is linked to the account).
104110

@@ -114,13 +120,19 @@ This is the A record for IPv6 addresses.
114120

115121
### MX Records
116122

117-
The MX records contain the host names of the mail server(s). In addition to the hostname, you can assign a priority to each MX record. For example, you can give your own mail servers a higher priority (a lower number) than our smtp2.byte.nl server. This means that smtp2.byte.nl is only used as a mail server when your own servers are not available. We also call this "fallback server". Also make sure that you do not give every MX record a priority of 10, otherwise our server will not be able to determine which record is about the primary mail server. These are the MX records of the Hypernode mail servers:
123+
MX records determine where email for your domain should be delivered. The value of an MX record must point to the mail server that handles incoming email for your domain. Each MX record also includes a priority: the lower the number, the higher the priority.
124+
125+
If you use multiple mail servers, the server with the lowest priority number is treated as the primary server. A second server can be configured as a fallback by giving it a higher priority number.
126+
127+
Make sure not all MX records use the same priority. If they do, sending servers may distribute delivery across them instead of treating one as the primary server.
128+
129+
Example MX configuration:
118130

119-
| | | | |
120-
| ----------- | -------- | ------------- | -------- |
121-
| **Name** | **Type** | **Value** | **Prio** |
122-
| example.com | MX | smtp1.byte.nl | 10 |
123-
| example.com | MX | smtp2.byte.nl | 20 |
131+
| | | | |
132+
| ----------- | -------- | ----------------- | -------- |
133+
| **Name** | **Type** | **Value** | **Prio** |
134+
| example.com | MX | smtp1.example.com | 10 |
135+
| example.com | MX | smtp2.example.com | 20 |
124136

125137
Always use your primary domain for your MX records. An MX record with the Name on “mail.example.nl” will only work for …@mail.example.nl addresses.
126138

docs/hypernode-platform/ftp/how-to-configure-ftp-sftp-on-hypernode.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ If you want to connect to FTP you’ll have to use the following credentials:
151151
- Password: **Your password**
152152
- Port:
153153
- **21** For regular FTP
154-
- **2222** For SFTP (you need to opt-in first!)
154+
- **2222** For SFTP
155155

156156
## ACTIVE Mode or PASSIVE Mode
157157

docs/hypernode-platform/nginx/basic-authentication-on-hypernode-development-plans.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,5 +132,5 @@ map $http_user_agent $development_exceptions {
132132

133133
## Troubleshooting
134134

135-
- Google Pagespeed analysis uses the Google bot user agent and can therefore not be used on development nodes.
135+
- To allow Google Pagespeed analysis in development hypernodes you can whitelist the following IPs https://www.gstatic.com/ipranges/goog.json. PSI uses different user agents than Google bot and will be able to perform analysis on your frontend without allowing crawling.
136136
- In some cases, particularly if you have not yet enabled [Hypernode Managed Vhosts](../../hypernode-platform/nginx/hypernode-managed-vhosts.md), it’s possible the Basic Authentication blocks the Let’s Encrypt validation server. If you wish to make use of Let’s Encrypt on your development Hypernode, you should add the ‘letsencrypt’ user agent to the whitelist file.

docs/hypernode-platform/nginx/how-to-configure-nginx-for-a-multistore.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ set $storecode "example_storecode";
3737
```
3838

3939
```{important}
40-
If you have a multistore, with hypernode-manage-vhost enabled AND you are using Varnish.
41-
You'd have to prefix the file with `varnish` instead of `server`, like `varnish.storecode`.
42-
This way these multistore requests will go through varnish and will then be rewritten accordingly with the `varnish.storecode` configuration.
40+
If you have a multistore with `hypernode-manage-vhost` enabled **and** you are using Varnish, you need to prefix the file with `varnish` instead of `server`, like `varnish.storecode`. This way multistore requests will go through Varnish and be rewritten accordingly using the `varnish.storecode` configuration.
41+
42+
This does **not** apply if your Hypernode is running behind a load balancer (e.g. a cluster setup). In that case, you should keep using `server.storecode` instead.
4343
```
4444

4545
### Use a different Store Type

docs/hypernode-platform/tools/how-to-use-composer-2-on-your-hypernode.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,3 +74,7 @@ Composer version 2.2.18 2022-08-20 11:33:38
7474
```
7575

7676
So if you want to use Composer 2 you only need to run `composer2` instead of `composer`.
77+
78+
## Update Composer to a Newer Version
79+
80+
You can update Composer to a newer version using the [hypernode-systemctl CLI tool](how-to-use-the-hypernode-systemctl-cli-tool.md).

0 commit comments

Comments
 (0)