|
1
|
| Verfügbarkeit prüfen |
| Unter Domain-Check kann die gewünschte Domain eingeben werden. Bei einem Domain-Transfer zu MyWebspace ist selbiges zu tun. |
|
2
|
| Domain auswählen |
| Sollte die gewünschte Domain noch frei sein, kann diese in den Warenkorb gelegt werden. Bei einem Domain-Transfer zu MyWebspace, ist ein sogenannter Auth-Code einzugeben. Weitere Infos dazu findest du hier. |
|
3
|
| Domain kaufen |
| Für den Domain-Kauf ist ein Kund*innen-Konto notwendig. Mit der Begleichung der Rechnung wird die Domain automatisch registriert und steht in deinem MyWebspace Panel zur Verfügung. |
| Abrechnung | jährlich im Voraus, via Banküberweisung oder Paypal |
| Kündigungsfrist | 35 Tage bis zur Vertragsverlängerung |
| Verrechnung | via E-Mail |
| Einrichtungsgebühr | kostenlos |
| Mindestvertragsdauer | 1 Jahr |
| Verfügbarkeit | mit Zahlungseingang |
| Bei Vertragsabschluss | gelten unsere AGB |
Dann benötigst du noch ein passendes MyWebspace Paket, dass dir jene Funktionalitäten ermöglicht.
Individuelle Domain-Lösung
FAQ
Ja, deine Domain wird automatisch verlängert und die Mail ist eine jährliche Standard-Mail unseres Domain-Providers, welche nochmals die automatische Domain-Verlängerung bestätigt.
Alle Domains bei MyWebspace werden automatisch verlängert, sofern Kund:innen diese nicht kündigen wollen.
Der Mailinhalt schaut in der Regel so in etwa aus:
....
Domainname | Exp.-Date | Last Ren.-Date | Autorenewal
-------------------+------------+----------------+------------
domainnamen.net | 2026-08-08 | 2026-08-08 | yes
....
Das "yes" bestätigt nochmals die Domainverlängerung. Die Mail kann ignoriert werden.
Eine Subdomain wie bspw. "xyz.example.com" kann unter dem Menüpunkt "Domain" im MyWebspace Panel erstellt werden.
Im Feld '"Subdomain" ist der entsprechende Name zu vergeben, wie bspw. xyz.example.com.
Der Pfad verweist auf den Inhaltsort der erstellten Subdomain. Das Verzeichnis wird automatisch erstellt.
Ein Eintrag mit dem Präfix „www.“ wird ebenfalls hinzugefügt. (Wenn du beispielsweise „xyz“ als Subdomain für example.com angibst, ist deine Website unter xyz.example.com und www.xyz.example.com erreichbar.)
Beim Erstellen neuer Subdomains werden automatisch DNS-Einträge hinzugefügt. Du solltest die DNS-Konfiguration stets überprüfen, um sicherzustellen, dass diese korrekt hinzugefügt wurden und keine veralteten Einträge zurückbleiben, falls du etwas umbenennst.
Super! Das freut uns :)
Für den Transfer einer Domain zu MyWebspace benötigst du folgendes:
Bis auf die genannten Domainkosten, fallen für den Domaintransfer keine extra Gebühren an.
Wenn du bei deinem alten Domain-Provider schon eine Homepage oder E-Mail Adresse hast, können wir auch diese übernehmen. Hierfür fallen je nach dem Aufwandskosten für die Migration an, die wir im Vorhinein mit dir abklären.
Wenn wir lieber den Domain-Transfer übernehmen soll, kannst du uns über das Kontaktformular kontaktieren.
Bei der Registrierung einer Domain musst du einige Daten wie Postadresse, bestehende E-Mail Adresse, Telefonnummer, ... angegeben. Diese Daten werden von der Domainregistrierungsstelle benötigt! Ohne diesen Angaben können daher leider keine Domains gekauft werden. Überprüfe daher bitte unbedingt ob die Daten korrekt und vollständig sind damit du auch rechtlich vollen Anspruch auf die von dir registrierte Domains hast. Selbstverständlich gehen wir mit deinen Daten vertrauenswürdig um und werden diese außer zur Reservierung von Domains, niemals ungefragt an Dritte weitergeben.
Datenschutz ist uns selber ein sehr großes Anliegen!
Ja, kannst du. Schreibe uns einfach eine Nachricht mit der gewünschten Domainendung über das Kontaktformular und wir setzen uns mit dir in Verbindung.
| A | wird verwendet, um Einträge mit IPv4-Adressen zu verknüpfen. |
| AAAA | wird verwendet, um Einträge mit IPv6-Adressen zu verknüpfen. |
| ALIAS | ruft AAAA- und A-Einträge von einer anderen Domain ab und fügt sie hier ein. Dies funktioniert ähnlich wie ein CNAME, kann aber am Domain-Apex und in Verbindung mit anderen Einträgen wie TXT verwendet werden. Beachte bitte, dass MyWebspace-Server in Österreich zur Auflösung der Einträge verwendet werden, was geografisch basiertes Routing beeinträchtigen könnte. Die Domain wird so interpretiert, wie sie ist, und muss im Gegensatz zu einem CNAME nicht auf einen Punkt enden. |
| CNAME | wird verwendet, um einen Eintrag auf einen anderen Eintrag zu verweisen. Beachte, dass die Daten mit einem Punkt (.) enden müssen, um auf eine andere Domain zu verweisen. |
| MX | wird verwendet, um einen Mailserver für die Domain festzulegen. Die Eintragsdaten müssen im Format \Priorität Domainname\ vorliegen. Beispiel: \20 mail.my-webspace.at.\. Beachte, dass die Daten mit einem Punkt (.) enden müssen, um auf eine andere Domain zu verweisen. |
| NS | wird verwendet, um auf einen anderen Nameserver zu verweisen. |
| TXT | wird verwendet, um beliebigen Text zum DNS-System hinzuzufügen. Google und andere Anbieter nutzen dies als eine Methode, um die Domain-Inhaberschaft zu bestätigen. |
MyWebspace provides a simple REST API to update DNS entries automatically. This allows you to do a number of things:
The REST API can only update existing entries, not create new ones, so you have to create the entry in the my-webspace.at panel first.
Please keep in mind that the key must be kept private! With the key anyone could change your DNS records. If you think you key has been compromised, please delete the DNS entry in the my-webspace.at panel and re-create it. A new key will be provided for you.
At the moment you can use the API to update A, AAAA and TXT records. The API can be accessed via HTTPS (preferred) or plain HTTP:
| Endpoint | https | http |
|---|---|---|
| Default protocol | https://panel.my-webspace.at/dns | http://panel.my-webspace.at/dns |
| IPv4 | https://4.panel.my-webspace.at/dns | http://4.panel.my-webspace.at/dns |
| IPv6 | https://6.panel.my-webspace.at/dns | http://6.panel.my-webspace.at/dns |
You can supply the following parameters, either via GET or POST:
| Parameter | Value |
|---|---|
| key | Autoupdate-Key from the panel, mandatory to query or change DNS-records |
| a | Only for A records, IP address to set. Can use the special value "remote" to use the address the request is coming from. The address needs to be a valid IPv4 address. When using the "remote" feature the endpoint 4.panel.my-webspace.at should be used to ensure IPv4 is being used for the request and a valid IP address is returned for the record type. |
| aaaa | Only for AAAA records, IP address to set. Can use the special value "remote" to use the address the request is coming from. The address needs to be a valid IPv6 address. When using the "remote" feature the endpoint 6.panel.my-webspace.at should be used to ensure IPv6 is being used for the request and a valid IP address is returned for the record type. |
| txt | Only for TXT records, the new content of the record |
If no new record data is provided, only the existing data is returned.
The response is a JSON object with the following values:
| Key | Value |
|---|---|
| status | "error": In case of an error, more information is provided in the "error" key "unchanged": The current value was already stored in the DNS record "updated": The DNS record has been updated and the changes will be reflected in the DNS soon |
| error | Only if status == "error", the error message. One of "bad key", "key missing", "invalid A data" or "invalid AAAA data" |
| domain | The top-level domain being changed or queried |
| name | The subdomain being changed or queried |
| type | The type of the DNS record |
| data | The (new) value of the DNS record |
| remote-ip | The IP the query originated from. This is always included, even if no parameters are supplied. |
If you have a Linux (or BSD) server behind a dynamic IP Address you can use the following entry in your crontab to update a DNS entry on my-webspace.at to always point to your server:
15 * * * * wget -O - 'https://4.panel.my-webspace.at/dns-update.php?key=Key to your A record&a=remote' > /dev/null 2>&1
If you have an IPv6 enabled connection you probably want to update IPv6 entries as well:
15 * * * * wget -O - 'https://6.panel.my-webspace.at/dns-update.php?key=Key to your AAAA record&aaaa=remote' > /dev/null 2>&1
This API can also be used to fetch the current IP Address. For example with jQuery:
jQuery.get("https://panel.my-webspace.at/dns", function(data) {
var your_ip = data["remote-ip"];
alert("Your IP is " + your_ip);
}, "JSON");
A DNS challenge is currently the only way to get wildcard certificates. The MyWebspace DNS API allows you to use this feature.
Step 1: Create a TXT record in the panel, named _acme-challenge.example.com, replace example.com with your actual domain or subdomain. Wildcards only work for one level, so the above entry will work for example.com, foo.example.com and bar.example.com, but not foo.bar.example.com. The data entry of the txt dns-record can be a random string. Note, the entries Autoupdate-key for the next step. This is the key, which you have to use in the 2nd step.
Step 2: Create a file /root/dns-hook.sh on the machine which will receive the certificate. Note that this does not have to be the server which will host the content, but most likely it is:
#!/bin/sh wget -O - "https://panel.my-webspace.at/dns?key=**key-here**&sync=true&txt=$CERTBOT_VALIDATION" >&2
Don't forget to make it executable: chmod +x /root/dns-hook.sh
Step 3: Run certbot, replace example.com with your actual domain. Remove the -d *.example.com part if you only want a regular certificate, not a wildcard certificate.
certbot certonly --manual --preferred-challenges dns -d 'example.com' -d '*.example.com' --agree-tos --manual-auth-hook /root/dns-hook.sh
Note: You can also use this if your domain is not hosted by MyWebspace, as long as you have at least one MyWebspace hosted domain. Let's assume example.com is at MyWebspace but example.org isn't. You want to create a Certificate for *.example.org. The way you can do this, is that you first create a TXT record in example.com, for example _org-validation.example.com. Use its Autoupdate key in the steps above. Then you create a CNAME record on your other provider. Call it _acme-challenge.example.org and have it point to this new TXT record _org-validation.example.com at MyWebspace. Take into consideration that your external provider may take a while to publish the CNAME, so verify it has before continuing with Step 2.