Which SSL certificate should I choose?
SSL certificates are usually selected on the basis of the type of website and your visitors.
If credit/debit card numbers and other valuable information is entered anywhere on your website, we recommend the EV certificate, which provides maximum protection and security.
The DV certificate is usually acceptable for any other requirements.
How can I configure DNS for my VPS?
MyDataKnox provides you a complementary DNS hosting service with every VPS. You can access all DNS settings at your MyDataKnox user website.
Do suspended cPanel accounts count in the total number of users?
Yes. The total number of users on a cPanel server, in terms of licenses, is determined by the number of active and suspended users on that server. Therefore, cPanel checks the number of users on a server and counts them, whether they are active or suspended.
What is CageFS and what is it used for?
CageFS is a virtualized file system which isolates every user and makes them invisible to each other within the system. CageFS prevents a great number of attacks, including most attacks performed through privilege escalation.
Registering a .ru domain
There are no limitations regarding the lease of a .ru domain, however, if the registrant or administrator is an organisation or company located in Russia, they must enter their tax identification number (10 digits), the company registration number (9 digits) and the registrant’s name.
Private persons must enter their date of birth, passport number, the passport-issuing entity and the date of its issue.
You can enter all the above-mentioned information on our website upon ordering an .ru domain.
Which DNS scripts can I edit in the DNS hosting interface?
MyDataKnox DNS hosting service enables you to modify the following scripts:
- A
- AAA
- CAA
- CNAME
- MX
- NS
- SPF
- SOA
- SRV
- TXT
What kind of support do your provide regarding the VPS service?
MyDataKnox provides support with server configuration and maintenance; however, the applications you install on the server are not included in our support area. You can contact our support team via telephone or by sending an inquiry using your MyDataKnox user control panel. Our technical staff will act in case of hardware issues, and they can also assist you with VPS configuration to a certain degree. However, our support team can’t help you with your software configuration on VPS, such as with ERP, CRM applications and other business applications that are unrelated with the service itself.
What is domain propagation?
Domain propagation is the time it takes for the changes you execute on the DNS to become visible on the Internet. The propagation itself takes from a few minutes up to 24 hours, depending on the DNS cache of your Internet provider.
Why do I need DNS hosting?
If you want to use our services, such as VPS hosting, you need a DNS server in order to connect your domain to the leased server. Considering that spending time and money on buying a DNS server or creating your own DNS solution is not cost-effective, MyDataKnox offers you a read-made solution completely free of charge, which takes care of the cost problem.
Does the premium support service include the configuration of a cPanel VPS/dedicated server?
Yes. The premium support service includes the installation and configuration of the cPanel and CentOS Web Panel control panels.
What is MyDataKnox premium support?
MyDataKnox premium support is a service consisting of expanded technical support for virtual and dedicated servers and encompasses additional activities in relation to standard support.
Registering a .hr domain
There are two types of .hr domains: free and paid domains.
DIFFERENCE BETWEEN A FREE AND A PAID .HR DOMAIN
A free .hr domain can be registered by all legal entities (companies, associations and other legal persons) and self-employed natural persons (tradesmen, medical doctors, attorneys, artists, etc.) based in the Republic of Croatia.
The user has a right to one free domain which they can register through an online registration system at: https://www.dns.hr/portal/register
Paid .hr domains can be registered by all legal and natural persons based in the Republic of Croatia which hold an “OIB” (Croatian Personal Identification Number), as well as legal persons based in the EU which hold a VAT ID.
You can register a paid .hr domain here.
RULES FOR NAMING FREE .HR DOMAINS
The name of a domain pertaining to a legal person must contain its registered name, its shortened registered name, an acronym of its name or an abbreviation containing the syllables of a multi-word registered name.
The name of a domain pertaining to a self-employed natural person must contain their registered name, their shortened registered name, an acronym of their name, an abbreviation containing the syllables of a multi-word registered name or an indication of their activity, as well as their first name, last name or full name.
There are no particular limitations regarding names of paid domains.
How does licensing for the Veeam Cloud Connect Backup service work; how is the price set?
The license for the Veeam Cloud Connect service is defined according to the number of virtual servers you want to backup and the size of the leased MyDataKnox backup repository.
Why do I need a domain?
In the world of business, having a domain has become just as common as having a telephone number. If there is no domain name displayed on your company’s advertising and business cards, the clients that prefer to browse products and services online, which is widely spread nowadays, might skip your content if they are unable to easily find that information. Nowadays, a registered domain and a high-quality website is a business priority, since it’s a very cheap way to present a company name and information to the general public in a way that is simple and quick.
Individuals also want to have their own domain for private or family websites and various activities, but often just to be able to create a private e-mail address on their own domain. If you’re an author, artist, activist, volunteer, or if you perform another kind of activity under your name, registering a domain that carries your full name will create a unique address that you can use for promotion.
A good domain name and a related e-mail address inspire confidence in users, so it’s quite obvious that an imaginary company “My Company Ltd.” would use a domain such as mycompany.com for their websites and an e-mail such as info@mycompany.com for communicating with their clients.
Where is my data (e-mail, calendars, contacts, documents) stored?
All your data is stored in the MyDataKnox cloud within our own data centre in Jastrebarsko, Croatia. This ensures a faster response and a support service that can react quickly.
What is LVE and what is it used for?
LVE is a kernel-level technology developed by the CloudLinux team which operates in a way similar to container virtualization. The LVE Manager enables you to maintain precise control over your server’s resources, including CPU, IO, inodes, the number of processes and connections that each individual cPanel account can use. Thanks to CloudLinux, you can ensure for your customers the resources they leased without depriving other users from their resources. LVE enables many crucial settings:
- CPU limitation
Limits CPU usage for each individual user. When a user reaches the set CPU limits, their processes are decelerated in order to prevent the misuse of server resources. Processor limitations are crucial in preventing individual users from slowing down or even blocking the entire server and making it unresponsive. - Memory limitation
Limits memory usage per user. Memory limitations are important in preventing the overuse of server memory which can lead to server congestion. Memory limitations are also fundamental in protecting the server from destroying important caches that can help increase the speed and reduce the load of the server. - I/O limits
Offers the limitation of data throughput per user. The bandwidth is measured in kB/s, and, upon reaching the limit, the processes are reduced. Since IO is one of the weakest shared hosting resources, setting a ceiling for user usage is vital because it enables stable work for all users, instead of several users with extremely complex sites congesting the disks. - Process number limitation
Limits the number of simultaneous processes within the LVE for each user. After the limit has been reached, no new processes can be created until one of the existing processes is complete. This effectively prevents fork bombs and similar DOS attacks. - Entry process limitation
Limits the number of entry processes within the LVE for each user. A single entry process actually represents a single website visitor. This limitation is important in order to prevent a single website from taking up all Apache resources and making the server unresponsive due to overload. - MySQL limits
MySQL Governor enables you to set a resource limitation per user. You can set a limitation for CPU and IO reading and writing, thus preventing individual users from taking up the majority of MySQL server resources. Nowadays, MySQL data launches most web applications and it’s important to monitor those applications. - Inode limits
Inode is a type of data structure that describes file system objects – files and directories. Only a limited number of inodes is in each file system, and, after those are used, no new files can be created. Limitations are enforced through file system quotas per user.
What is included in a MyDataKnox DNS hosting service?
A MyDataKnox hosting service provides simple DNS script management for your domain if you’re also a user of our services of VPS, dedicated servers, cloud or you’re leasing a domain with us. The service itself enables you to easily manage DNS scripts without having to arrange your own DNS server infrastructure. The service also comes with access to a control panel for adding and modifying scripts, free backup of all DNS zones and our useful customer support 24/7.
How can I order the Veeam Cloud Connect Backup service?
You can order the Veeam Cloud Connect Backup service here. You’ll select the size of your cloud backup storage space and the number of servers you wish to backup.
How quickly are changes in DNS propagated?
Zone propagation can last for up to 24 hours, depending on the DNS cache of your Internet provider.
Registering a .com.hr domain
WHO IS ELIGIBLE FOR REGISTRATION OF A .COM.HR DOMAIN
.com.hr are paid domains, available for registration to all legal and natural persons in the Republic of Croatia. The number of .com.hr domains that you can register is unlimited, and you can perform the registration here
NAME REQUIREMENTS FOR .COM.HR DOMAINS
There are no requirements in terms of domain names (apart from technical requirements regulated by Carnet’s Ordinance).
Considering the fact that there are no special requirements in terms of a domain name, the users must adhere to the Ordinance insofar as to refrain from registering domains that would violate intellectual property rights (trademarks and brand names).
Those types of domains must not be sold nor provided to third parties.
Should it become established that a domain is being exclusively or mostly used by a person not registered as its user, the domain will be deleted.
How can I sell hosting under my own brand?
Every reseller hosting package enables you to add your own branding elements (logo, contact information, your own nameserver domains). In fact, your users never even need to know that you’re a MyDataKnox user. You can contact our customer support for any help with branding you might need. We’ll be glad to help.
What’s the difference between a web hosting e-mail and Microsoft Hosted Exchange e-mail?
A web hosting e-mail is linked to your web hosting package and enables you standard e-mail management options (POP3/IMAP). Microsoft Hosted Exchange includes full e-mail control with additional benefits, such as integration with Microsoft Outlook and push service for mobile phones in order to ensure that your data is synchronized and updated for all employees.
Redirecting a free .hr domain by changing the nameserver
If you’re ordering or already have a hosting account with MyDataKnox and you already have a registered free .hr domain that you want to use, follow the steps described below:
- Visit the Carnet website for domain administration at https://www.dns.hr/portal/mydomain/administration
- Enter the name of the .hr domain that you wish to redirect to MyDataKnox.
- Choose your role related to the domain (owner, technician or administrator) and click “Send”. Afterwards, you’ll receive an e-mail providing you with authorized access to the domain administration website.
- Click on the link indicated in the e-mail and under “DNS scripts” enter the following MyDataKnox nameservers:
NS1.MYDATAKNOX.COM
NS2.MYDATAKNOX.COM - Save the data after making the modification.
Can I lease an additional amount of listeners?
You can easily lease extra capacity at any moment.
What are the benefits of MyDataKnox VPS hosting?
If you require a specifically configured server or your websites have a large number of visitors, then VPS is the right solution for you. VPS can be completely adapted to meet your needs and provide you with a lot more control over your hosting environment than a web hosting service. On the other hand, if your require an installation of a special software such as CRM, ERP or similar systems, VPS provides you complete freedom of installation and configuration of such applications.
How are cPanel licenses selected and paid for?
The price of cPanel licenses is set according to the number of users on a particular cPanel server. The licenses are available for VPS and dedicated servers that are now named Cloud and Metal, the difference being that for the dedicated server package, i.e. the Metal package, the minimum amount of users per package is 100, whereas the Cloud package for VPS servers offers two cheaper licenses: a Cloud Admin license which can host up to 5 users per cPanel server, and a Cloud Pro license which can host up to 30 users per cPanel server. Packages for up to 100 users are the same for VPS and dedicated servers.
What is included in a dedicated server service?
All MyDataKnox dedicated servers include full administrator privileges, at least one public IP address, a console and a 1 Gbps network port.
Can I use R1Soft backup on virtual/dedicated servers?
Sure, You can use R1Soft backup with virtual and dedicated servers.
Mandatory identity verification for .hr and .com.hr domains
Starting in 2025, a condition for successful registration of .hr and .com.hr domains is verification of the domain owner’s data, which means that the user is required to provide evidence that the owner’s data entered when ordering the domain is correct.
You can read details about the verification process below.
Why do I have to prove that my information is correct?
According to the Cybersecurity Act , published on February 7, 2024, the Registry and registrars of .hr domains are obliged to determine the exact identity of domain users during registration based on secure and credible systems and data sources, i.e. to verify users.
How is verification done?
The verification process in MyDataKnox is performed after payment of the offer upon completion of the domain order.
After paying for the offer, the MyDataKnox system starts a verification process consisting of three steps:
- You will receive an email to your email address with a link to verify your ordered .hr and .com.hr domains.
- When opening the link, you are allowed to select the document you want to attach as proof of identity.
- After you attach the document, a PDF statement will be generated with an overview of your information as the domain owner and the document attached in the previous step.
- By clicking the confirm button, your verification is saved in the MyDataKnox system.
- MyDataKnox support confirms or rejects the verification.
- If the verification is confirmed, your domain is registered and the verification process is complete.
In case of verification rejection, you will receive an email stating the reason for the rejection and a new link to repeat the verification process.
What documents can I use for verification?
The attached document must be one of the following:
PERSONS
- ID card (both sides)
- passport
- certificate of residence issued by the competent authority (digitally signed or stamped)
- driver’s license
- a statement by a natural person digitally signed with a verified digital signature (with the stated purpose and data: name, surname, personal identification number)
LEGAL ENTITIES
- ID card of the person authorized to represent the legal entity
- passport of the person authorized to represent the legal entity
- certificate of residence issued by a competent authority (digitally signed or stamped) of the person authorized to represent the legal entity
- driver’s license of the person authorized to represent the legal entity
- statement of the person authorized to represent the legal entity digitally signed with a verified digital signature (with the stated purpose and data: name, surname, OIB/VAT)
- document or statement with the signature and seal of the legal entity (for the stated purpose, it is necessary to provide information about the legal entity: name, OIB/VAT)
Frequently asked questions
- What if I don’t verify my identity?
In case of unsuccessful verification, MyDataKnox will refund the amount paid for the domain, and the domain will not be registered.
- I clicked on the verification link, but I got the message “Your verification token has expired”
If you see a token expiration message, it means that more than 72 hours have passed since the verification email was sent and you need to request a new verification.
Simply click on the “Request New Verification” button and the process will start over
- I attached a document, but I received the message “Invalid file format. Allowed formats are: …”
If you see this message, it means that the attached document is in a format that we do not accept.
Simply return to the verification form and attach the document in an allowed format.
Allowed formats are listed in the document submission form, and certainly include JPEG and PNG formats.
- What information do I need to confirm during the verification process?
The information that is confirmed by your acceptance of the information on the generated PDF statement is: Name and surname, address, e-mail address, OIB (Croatian Tax Identification Number), and phone number.
All of the above information is required for the successful registration of .hr and .com.hr domains.
Why should I use CloudLinux OS and in which situations?
If you provide web hosting services, it’s extremely important to secure and stabilise the servers you’re using. Even if you’re not offering web hosting services, but you require the option to isolate your users, CloudLinux is the perfect choice.
I have several domains; how can I transfer them all at once?
A multiple domain transfer is identical to the transfer of a single domain.
You can initiate the transfer of your domain to MyDataKnox here.
What is JetBackup for cPanel?
JetBackup is a leading security solution for cPanel which enables quick and efficient creation of incremental backup copies of cPanel user accounts. Settings such as automatic creation of back copies and data recovery are also included in its transparent interface. JetBackup enables you, the administrator, to create many filters which help you define the details related to all material system settings.
Which players is MyDataKnox radio hosting compatible with?
MyDataKnox radio hosting is compatible with all major players and devices.
What is bare-metal restore?
Bare-metal restore is a quicker recovery process where all data is recovered, instead of recovering file after individual file. This function enables you to recover the integral backup copy of the server. Thanks to this kind of data recovery, it’ll be easy to restore the complete copy of the server, including:
- partitions
- the operating system
- installed application
- server settings
- drivers, etc.
Which domain names are available?
A domain name is arbitrary and you can use any name you prefer, as long as a domain with that name hasn’t already been registered. You can check the availability of your preferred domain here.
Can I use MyDataKnox DNS hosting with another service using my domain which is not leased from MyDataKnox?
Of course. All you need to do is redirect the domain to our nameservers mdns1.mydataknox.com and mdns2.mydataknox.com, and configure the necessary scripts on our user interface for DNS script management.
What is included in the Hosted Exchange service?
Hosted Exchange offers you advanced e-mail options for your business environment:
- Manage company activities
You can create as many calendars you need to easily manage various types of activities. - Create individual and group meetings
You can create meetings and promptly send an invitation to the relevant people. - Share your activity calendar
By clicking on the calendar, you can quickly view all the activities and share them with others. - Manage contacts and groups
Add and manage your contacts in a single place. You can create groups for different teams in your company in order to facilitate group communication. - Don’t forget the key persons
Make business cards for key people, so that you never forget who they are and what team or company they are affiliated with. - Create and manage tasks
Hosted Exchange also contains a task management tool. Create tasks and manage your to-do list so that all team members can keep up with the deadlines. - Save brief notes
Your notes are of no use to you if you can’t access them. The exchange of e-mails enables you to save those kinds of creative ideas so that everybody can access them anywhere and at any time.
Which level of DNS script control does DNS hosting provide?
MyDataKnox DNS hosting enables full control over all domains entered into the system. All DNS scripts are updated the moment you enter or modify them.
What is cPanel/WHM?
WHM enables you quick, easy and automated management of your sever and to very easily create web hosting packages, and it provides your users access to a powerful cPanel control panel for the purpose of managing individual accounts within WHM. The cPanel server itself is divided into two parts:
- the WHM server control panel (root access to WHM)
The server administrator has access and complete control over all WHM functions. They can access all WHM interface levels, including WHM resellers and the cPanel end user interface. There is only one administrator user on the server. - cPanel control panel for the hosting end user
cPanel is a control panel used for direct management of individual hosting accounts.
The options available to the user depend on administrator settings, or reseller settings if the end user is their client.
How many tracks can I transfer to the radio hosting (AutoDJ)?
The number of stored tracks regarding the AutoDJ function depends on the size of the tracks. The file storage space you have at your disposal is 2 GB.
Which nameservers can I use for MyDataKnox DNS service?
* The nameservers for MyDataKnox DNS service are not the same as the nameservers for web hosting packages.
If you want to point a domain to your MyDataKnox web hosting package, follow these instructions.
Nameservers of MyDataKnox DNS service for users are:
- mdns1.mydataknox.com
- mdns2.mydataknox.com
By directing the domain to the specified nameservers, you will be able to manage the DNS records for the same, if the domain is registered or transferred within the MyDataKnox system.
Is there a refund guarantee with regard to reseller hosting?
MyDataKnox offers you a 15-day refund guarantee regarding its reseller service, no questions asked and no special procedure necessary.
Can I use multiple IP addresses on a single VPS?
Of course. Upon ordering a VPS service, you select the number of additional IP addresses you require, and, in case you lease multiple addresses, you an easily set one main IP address for your VPS.
What is EPP Code?
The EPP key, also known as Authorization code, is one of the safeguards against unauthorized transfers of domain name registrations. The EPP key is required when transferring .com, .org, .net and various other domain names. You cannot initiate a domain name transfer for these domain extensions without an EPP code.
Does the premium support service include assistance with my applications?
MyDataKnox doesn’t offer support for specific issues related to applications such as programming, design and website development, unless otherwise agreed upon by the user and MyDataKnox. Even though the premium support service doesn’t include working with your applications, our technical staff will assist you with any issue as much as possible.
How long does a domain transfer last?
The duration of a domain transfer can be divided into two groups:
.hr i com.hr domains
The transfer of these domain extensions is the quickest. Prior to the transfer, the current registrar of the domain must unlock it for transfer, and an order for transfer must be placed with MyDataKnox. After the payment is complete, you’ll receive an e-mail containing a link for transfer confirmation. As soon as you click on the link in the e-mail and confirm the transfer, it should be executed in a matter of minutes.
.com, .net, .org, .biz, .info and other extensions
The transfer of these domains takes 5 to 7 days.
Prior to the transfer, the current registrar of the domain must unlock it for transfer and request an EPP authorization code which enables the transfer. After you’ve received the EPP code, you can place a domain transfer order with MyDataKnox. After the payment is complete, you’ll receive an e-mail containing a link for transfer confirmation. As soon as you click on the link in the e-mail, the process of transferring the domain from your previous registrar to MyDataKnox will start. It usually takes up to 7 days for the transfer to be completed.
If you want to transfer your domain to MyDataKnox, you can start the process here
How is a DNS hosting service used; where are DNS scripts edited?
The MyDataKnox hosting service is used by means of our user-friendly and transparent user interface. Script editing is quick and simple, and daily backup copies eliminate the threat of any errors that might cause operation shutdown of leased servers linked to the DNS scripts.
To use the MyDataKnox DNS hosting service, the domain must be pointed to our user nameservers:
- mdns1.mydataknox.com
- mdns2.mydataknox.com
What is Hosted Exchange?
Hosted Exchange is a cloud platform which provides you with a reliable e-mail service, along with a significant cost reduction, since there are no initial investments in server infrastructure and licenses, and the monthly fee is completely transparent and defined by the number of open e-mail accounts. Exchange offers several possibilities for increasing productivity: from simple access using any device to automatic message, calendar, contact and map synchronization with high-level security and performance.
How can I check how many users I have on a cPanel server?
In order to check the number of users on your cPanel server, all you need to do is log in to WHM on the server and click on “List accounts”. The page that will open will display all the users on that server and their total number.
What is a nameserver and what is it for?
In simple terms, we could describe a nameserver as a domain address book. Just like you would use an address book to look up information related to a particular person or company by name, the same goes for domains, since they also have an “address”. When you type our address mydataknox.com in your Internet browser, your computer uses DNS to retrieve the data about the nameserver containing the IP addresses linked to our domain. Afterwards, your computer requests the IP address of our web server, which, finally, sends the web page to your browser.