Guide to Deploying n8n Workflow Automation with PostgreSQL, Redis, Uptime Kuma, and Netdata Monitoring

In this guide, we’ll deploy a complete n8n automation system on Ubuntu, including PostgreSQL, Redis, NGINX, SSL (Certbot), and monitoring tools such as Netdata and Uptime Kuma, plus a daily automatic backup system.The entire stack is managed using Docker Compose, making it easy to scale, maintain, and ensure a stable environment for n8n. How the

Đọc thêm

Guide to Installing DirectAdmin and Configuring a Website with Just One Command

DirectAdmin is a widely known control panel nowadays, used for managing servers that host multiple websites and services. If you are new and have just purchased a license, you might not know what additional components are needed for a stable website setup. This guide will help you get started with the basic DirectAdmin setup. Step

Đọc thêm

Guide to Deploying n8n with Docker and HTTPS

In the digital era, workflow automation plays a crucial role in optimizing efficiency and reducing manual tasks. n8n is an open-source automation platform that enables seamless connections between applications, services, and processes without requiring complex programming. This system is deployed on n8n.datacloud.vn, utilizing Docker to ensure flexibility, scalability, and easy management. With HTTPS integration via

Đọc thêm

Fix error message IonCube not enabled when installing softaculous cPanel and adding key

ionCube Loader is not loaded. Please enable it to continue installation When installing softaculous, it says IonCube is not enabled. Step 1: Server Configuration > Tweak Settings > Find the keyword loader, select ioncube then Save Step 2: After turning on IonCube, install softaculous and check the IonCube version cd /home wget -N http://files.softaculous.com/install.sh chmod

Đọc thêm

Instructions for configuring mail in opencart

During the web operation, the website will have sections for customers to fill out Quick message to contact you, to receive other information, contact customers usually We will configure receiving by mail the information will appear as in the contact form on the web, here are the steps to configure mail in opencart mail configuration

Đọc thêm

Instructions for Backup and Restore in opencart

In the process of web administration we will need to store web data to prevent loss of web data, on the opencart web admin page there will be an effective backup and restore feature that we need. Backup and restore on opencart Step 1: Go to System > Maintenance > Backup / Restore > Backup

Đọc thêm

Firewalld installation instructions

Firewalld is a firewall system that uses zones and services to manage Install firewalld Step 1: To use the firewalld installation package, use the command yum install firewalld  Step 2: Then select yes to agree to download and install Step 3: After the installation is complete to launch the firewalld service use the command systemctl

Đọc thêm

Instructions for using Pair key to connect ssh

Pair key is formed from public key and private key The public key is placed in the server so that when the client connects, there must be a new private key server for the connection. This process helps to secure the server if unfortunately the ip is exposed and the password is detected. Step 1:

Đọc thêm

Instructions for installing Squid Proxy

Squid Proxy is a cache that fully supports popular protocols such as HTPS,HTTPS,FTP, which is placed in front of the web server and improves the speed and performance of the web server by caching these repeated requests. iterate and filter web traffic. Install Squid Step 1: To install squid use the command yum install squid

Đọc thêm

Instructions for installing Mailserver with Zimbra

MAIL SERVER uses SMTP protocol as the server that performs the task of mail management to control the amount of mail sent and received to avoid spam mail cases, virus intrusion leading to mail block. Set the server to use the domain name vdata.cf Step 1: Change the server name to mail.vdata.vn using the command

Đọc thêm