Tutorials
Search thru our knowledge base
3 0
How to configure IPv6 on your VPS
All these examples assume an IPv6 subnet of 2001:DB8:1000::/64. You'll need to update them with the subnet that you have been assigned.We'll befrfff…
2 0
RDP access lockout - Windows 11 - error code 0xd07
You cannot connect to the remote computer via Remote Desktop (RDP) because the user account has been locked due to too many failed login attempts. Are you receiving the error code 'error code 0xd07'? This restriction can be disabled. Let's do this.
2 0
NFS - how to automatically connect NFS in Windows 10 Pro, Windows 11 Pro, Windows server 2022
Enabling FTP a) Windows 10 Pro Open programs and functions via the control panel. From the left menu, choose Turn Windows features on or off. …
2 0
Change of billing and contact details
How can I change my billing and contact details? In your account settings in the hosting services administration
2 0
How to configure a network connection in Windows Server 2022
After ordering, you will receive a VPS with the Windows Server 2022 operating system. Among the basic settings of Windows Server 2022 is an active…
2 3
Redirecting HTTP to HTTPS - redirect 301 .htaccess
Do you have a valid active SSL certificate on your domain but still don't see the padlock icon in the URL bar? To display the green padlock icon…
1 0
Object Storage - Rsync
1. Password Generation In the administration of hosting services at admin.hukot.net, navigate to Object Storage. Select the desired Object Storage…
1 0
How to connect to database (phpMyAdmin, phpPgAdmin, adminer)
Mainly 3 tools are used for database management, phpMyAdmin, phpPgAdmin and adminer. We will show you how to connect to the database using these two…
1 0
How to restore a database from backup?
Within the administration, the user can restore the entire database directly to the DB server, or download a dump of the selected backup to the _sql…
1 0
WordPress - web health
Jak dostáhnout dobré kondice WordPress webu z pohledu vnitřního hodnocení Zdraví webu (Site Health) přímo ve WP? Stačí provést pár nastavení a dosáhnete na "skvělé" hodnocení.
1 0
How to end the service
How to cancel, terminate hosting services - termination of web hosting, termination of VPS (virtual server).
1 0
How do I restore Email from backup?
This guide describes the procedure for restoring an e-mail box and its IMAP directories as part of the administration of hosting services on the admin.hukot.net platform. Users have the option to restore the entire mailbox or selected IMAP directories from available backups, based on the backup date selected.
1 0
WordPress multisite
WordPress multisite allows you to manage multiple websites from one place. This is useful, for example, for creating multiple language versions of a…
1 0
How to activate your Windows 10 and Windows server 2022 license
Have you purchased a Windows 10, Windows Server 22 Standard OS License from Hukot.net ? Let's take a look at how to activate them. 1) Activating…
1 0
How to order Compute mode for VPS
How to extend a VPS with an additional Compute mode service? Instructions for ordering Compute mode will advise you in several steps.
1 0
How to switch to a higher tariff with VPS
To switch to a higher tariff with VPS, use the double arrow icon next to the name of your current tariff with the label "Transition to a higher…
1 0
How to remove all Docker Containers and Images
How to stop all Docker Containers docker kill $(docker ps -q) How to remove all Docker Containers docker rm $(docker ps -a -q) How to…
1 0
How to set up e-mail in mail client Thunderbird - POP3
First, we need to set up our existing e-mail address. You can download Thunderbird from their official site if you don't have it yet. Under "Choose…