Themes
WebHosting
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 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…
3 0
How to restore web hosting from backup?
Within the administration, the user can restore the webhosting directly from the WH edit area, where you can browse the backup content and choose to…
16 0
Migrate hosting to another node (change cluster)
Every application has its specifications, whether it's memory requirements or PHP versions. In this guide, we'll show you how to migrate hosting from…
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…
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…
-15 0
Wordress Security - xmlrpc.php
One of the common problems with WordPress are attacks through the xmlrpc.php file. Defense against this attack is quite simple. It is possible to…
-2 0
Security and protection - CMS WordPress
In this tutorial, we'll show you a few tips on how best to secure your site from attacks and malware with plugins. 1. Hosting Before we get down…
28 0
Debug mode and troubleshooting in CMS WordPress
In this tutorial, we'll show you basic debugging of CMS WordPress and common mistakes. Enabling debug mode Step #1 Using a FTP client …
38 0
Integration manual for API - email
Endpoint https://api.hukot.net/rest/%api-token%/%method% You can get your token in hosting administration at admin.hukot.net in section "API access…
8 0
WordPress - bulk fix of file and directory rights - shell
Bulk file rights fix for WordPress, from a shell in the required directory: # recursively finds directories and changes permissions for them find ./…
-6 0
Change WordPress localization
The easiest way to change language of your WordPress is through settings in tab general. Changing it this way changes the language globally. We're…
-45 0
SPF - Sender Policy Framework
SPF (Sender Policy Framework) is an email validation system used as a defense against spam. Its principle lies in verifying the IP address of the…
6 0
Compression Gzip, Brotli
On web hosting servers at Hukot.net, we support three compression formats, widely used and supported Gzip, Deflate, and also the newer, often more…
25 0
Generating an SSH Key Pair in Windows, MAC, Linux
SSH is a network protocol that ensures the security of data transmission and verifies your identity using public key cryptography. You need to…
24 0
What port should I set for my mailbox?
For configuring email in various email clients (Outlook, Thunderbird, Mail, etc.), it is necessary to correctly set the port numbers. These are based…
149 0
Routing a domain to Hukot.net
If you do not have a domain management at Hukot.net, but you use our webhosting services, follow these instructions. We will make the settings using…
27 0
How to activate automatic e-mail signing - DKIM
To set up automatic e-mail signing, you need to log in to the administration of hosting services admin.hukot.net. Log in to the administration of…
36 0
Change your email password - Hukot.net
You can change the password for an email mailbox hosted at Hukot.net in two ways. The first method requires knowing the email address and password.…
11 0
Import MySQL database using SSH
Tutorial assumes that you already have your .sql file on the server. If you haven't uploaded it yet, you can do so via sftp: sftp server-ip@host get…
21 0
Export and import MySQL database
Are you moving your websites, web application, or creating a backup and need to create a copy of the original database? Exporting or copying data…
13 0
Setting up blacklist for mailbox - Hukot.net
Are you getting annoying e-mail messages or do you not want to receive messages from individual senders or entire domains? Use blacklist. Blacklist…
8 0
Creating a database in ISPConfig
We will add a database for our domain, as we did it here. Creating a Database User To add a database, first, we need to create a database user. In…
5 0
Using an admin on web hosting
An alternative option for managing a MySQL database is the free tool Adminer, which has a simple and clear interface, functional features, and a…
62 0
Setting up SPF record inside DNS
One of the protections against recieving spam e-mails from unwanted domains is the e-mail validation system SPF. SPF allows administrators to specify…