Node.js Environment Hosting

In this Article how to create a Nord.js Environment hosting in Cantech Cloud Node.js Environment Hosting Step 1:- Create a new environment then after select the Nord.js To run your Node.js application, you need to set up the appropriate environment using the powerful and intuitive Topology Wizard. Switch to the Node.js tabselect the required engine […]

How configure FTP/FTPS in cloud environment

File Transfer Protocol (FTP) is a standard network protocol used to transfer files from one host to another over a TCP-based network. secure transmission that hides (encrypts) the username and password, and encrypts the content, it is used FTP secured with SSL (FTPS). Cantech Cloud  supports both FTP and FTPS. FTP usage in […]

Custom Domain Bind in Environment

In this article we learn how to bind custom domain name in Cantech loud Environment. 1.Within the  Cantech cloud  dashboard click the Settings button (the wrench icon) for the environment you need to bind a domain name. 2. Within the automatically selected Custom Domains menu tab, use the Domain Binding section to specify your […]

PHP Vesrsion Configuration Cantech Cloud

PHP is widely use server side scripting languages. In this Article how to change the PHP configuration in the Cantech cloud. PHP Versions Cantech cloud environment  or supports the latest engine versions of the PHP 7.3.33 7.4.27 8.0.14 How to Change PHP version In cloud Open  environment creation select php […]

How to check your Linux server CPU benchmark

A Benchmark is use to find the CPU, memory, I/O and Database  performance testing.  Most of the time Benchmark is use to measure the system’s performance. A Benchmark is also find the  problem with your system. though, and improve weak points for a smoother and more efficient experience and also […]

How to Active PHP Extension

In order to make a dynamic extension available for the used PHP module (i.e. engine), it should be enabled within the corresponding configuration file.Note: The inbuilt extensions should not be loaded manually, as they are constantly running at all PHP servers in CANTECH Cloud by default. Below, you can find out […]

Self-Hosting vs Managed Hosting

Are you confused about whether self-hosting Vs managed hosting is ideal for your MSP business? Let’s understand this with this blog post. Managed service providers have to keep their IT environments up to date so that they can offer the best possible service to their customers. The MSPs need to offer disaster […]

How to Choose The Right RAID for Dedicated Server

RAID stands for Redundant Array of Independent (inexpensive) Disks. Using RAID with your dedicated servers increases data redundancy and performance by utilizing multiple hard disk drives to store and access data. RAID uses two or more disks and copies data onto all of them simultaneously. RAID technique leverages the idea […]

Acronis Installing Agents in Windows

How to install an Acronis agent on the Windows server Log in to your Acronis account and add the device there.If you encounter any difficulties, go to the kb.cantech.in/Acronis section to learn how to add a device to the Acronis website.Depending on the machine and data you want to back […]

Acronis Installing Agents in Linux

How to install an Acronis agent on the Linux server. 1. Download the Acronis agent using the below command in linux  Centos. # wget -O /tmp/Backup_Agent_for_Linux_x86_64.bin “https://eu2-cloud.acronis.com/bc/api/ams/links/agents/redirect?language=multi&system=linux&architecture=64&productType=enterprise” Then after Assign the permission # chmod 700 /tmp/Backup_Agent_for_Linux_x86_64.bin Run the bin file for installation sudo /tmp/Backup_Agent_for_Linux_x86_64.bin This will start the installer. At […]