The easiest and fastest way to install n8n is to use the Portainer template provided by our team. This method minimizes manual configuration and ensures a stable, production-ready setup in just a few minutes.
Articles Tagged: Hosting
What is a dedicated IP
Dedicated IP is a unique IP-address, which belongs to your website only and is not used by any other web-resource.
What is backup?
Backup is a reserve copy of the data, from which the original data can be restored. Backups are usually done so that in case the working copy is lost, it can be restored.
How to transfer a Drupal website to a new hosting
In order to transfer your Drupal website to a new hosting, you will need to transfer its files and database.. Prerequisits On a server — root (admin level) access, Linux/Windows Apache, MySQL and PHP. On a hosting — admin panel or access via SSH. Creating a database backup Before you create a backup, you will […]
Password recovery to WordPress
Forgot your password for admin panel? It is not a problem. This article will help you recover your access to the administrative part of the WordPress site. First of all, you will need access details for database. Go to phpMyAdmin and select the database needed. In this very example, it will be wordpressbd. If you […]
Magic_quotes turning off
Question: How to switch the magic_quotes off?
How to set up 303 / 302 / 301 redirect?
Question: How to set up 303 / 302 / 301 redirect?
Mailing by php-script using the function mail ()
To send e-mails to your users in the registration or to make mailing lists of important news you should:
Problem with site encoding
You have built your site in UTF-8 encoding and the database is also configured in UTF-8 (and it is displayed properly), but the iste itself displays incorrect encoding of cyrillic characters.
Problem with mail of my site
Question: My site neither receives nor sends emails from mail.ru, yandex, gmail and other accounts. The script doesn’t work.