From HEXONET Wiki
Line 180: | Line 180: | ||
{{warnbox| Please note that your domain will stay in status Pending create unless you have configured your domain. The URL to login to the TEL-hosting platform can be found here: http://telhosting.1api.net }} | {{warnbox| Please note that your domain will stay in status Pending create unless you have configured your domain. The URL to login to the TEL-hosting platform can be found here: http://telhosting.1api.net }} | ||
− | + | == TEL-Hosting - Documentation == | |
Download the TELuser guide here: <b>[[Media:telguide.pdf| TELhosting user guide]]</b> | Download the TELuser guide here: <b>[[Media:telguide.pdf| TELhosting user guide]]</b> | ||
Line 192: | Line 192: | ||
{{#var:NAMESERVERCHECKSENTENCE}} | {{#var:NAMESERVERCHECKSENTENCE}} | ||
+ | == Necessary actions after .TEL domain transfer == | ||
+ | |||
+ | A .TEL domain managed through our system needs 3 objects: the domain itself, a so called CTH user and a so called CTH zone. Only if all 3 objects exist and are correctly assigned to each other, the .TEL domain can be used properly. | ||
+ | |||
+ | |||
+ | * At first, you have to create a .TEL CTH user account with a specific password by using the following command: | ||
+ | |||
+ | [[API:TELNIC_CTH_CreateUser|TELNIC_CTH_CreateUser]]. | ||
+ | |||
+ | '''EXAMPLE:''' - Please remember the password when creating a new account. If you do not explicitly set a password, the .TEL system will automatically generate a random password for you. The password will be displayed after sending the command and will be sent out to the email address of the registrant. | ||
+ | <br> | ||
+ | In case of creating a CTH user with this command, the password '''will not be visible in the status of the domain afterwards'''. Please note that the maximum length of a username is 32 characters. | ||
+ | |||
+ | <pre> | ||
+ | command = TELNIC_CTH_CreateUser | ||
+ | X-TEL-CTH-LOGIN = <TEXT> | ||
+ | EMAIL = <EMAIL> (optional) | ||
+ | X-TEL-CTH-PASSWORD = <TEXT> | ||
+ | </pre> | ||
+ | |||
+ | |||
+ | * The next step is to create a .TEL CTH zone by using the following command: | ||
+ | |||
+ | [[API:TELNIC_CTH_CreateZone|TELNIC_CTH_CreateZone]]. This command creates a new .TEL zone and assigns it to the respective .TEL CTH user account. The optional parameter <div id="parameter">synchronized = 0 | 1</div> can be used to delete / remove a formerly added zone or a zone which is still at the foreign registrar (please refer to the example below). | ||
+ | |||
+ | '''EXAMPLE:''' - This command allows you to assign domains to an existing .TEL account. | ||
+ | <pre> | ||
+ | command = TELNIC_CTH_CreateZone | ||
+ | domain = <DOMAIN> | ||
+ | X-TEL-CTH-LOGIN = <TEXT>(optional) | ||
+ | synchronized = 0 | 1 | ||
+ | </pre> | ||
+ | {{warnbox|Please note that when choosing the option synchronized 1, the existing .TEL CTH zone at the foreign registrar will be deleted.}} | ||
= Addons = | = Addons = |
Revision as of 12:07, 7 August 2012