Note! Starting from cPanel version v.130, cPanel no longer provides direct Composer support; it must be added manually per user account! Some customers and/or their developers have wanted to use the Composer tool on a shared hosting user account. Here is a short guide for installing and using it. 1. Log in to your cPanel account (instructions: HERE) and from cPanel go to Tools -> […]
CRON Jobs โ Scheduling PHP Scripts on the Server CRON allows you to periodically run PHP scripts on the server side. You can add CRON jobs in cPanel under: โcPanelโ โ โADVANCEDโ โ โCron jobsโ Examples: Option 1 โ CRON job triggered via web: /usr/bin/wget -q -O /dev/null http://yourdomain.ee/file.php If you want the script to run silently, add -q -O /dev/null to the command line […]
Our servers use the Shared Redis service. If you want to use Redis in your web application, you should activate a local Redis instance in your account according to security recommendations. For this:
To move a domain to a separate new web hosting package, you need to do the following: 1. download all necessary data from the old web hosting account (settings, DNS records, e-mails, website files, export website databases via the phpMyAdmin interface); 2. close the old web hosting account by sending a request from your account contact e-mail address to the customer support e-mail address support@radicenter.eu; […]
There are 2 ways to move the website: 1. You upload the files to our server by yourself 2. You order the service from us (paid additional service) What should you know when moving a website? 1. Usually server management software is different at different service providers. โ cPanel: Files/databases should be transferred โ E-mails are transferred manually with help of a mail software […]
1. General information about SSH service โSecure Shellย or plainlyย SSHย is a cryptographic network protocol for operating network services securely over an unsecured network. SSH provides a secure channel over an unsecured network in a client-server architecture, connecting an SSH client application with an SSH server.โ (More info on SSH can be foundย HERE) To use SSH under our services one must generate secure RSA or DSA private/public […]
The files in the web hosting account can be managed and the CHMOD permissions of the files can be changed via the File Manager menu in cPanel: File Manager allows you to copy, move, compress and download/upload files and folders in your web hosting account. To see the options, make a mouse right-click on the file or on the folder and a drop-down menu will […]
To detect malware on the website, there is a tool in cPanel called imunify AV+. With this tool, you can scan files in your web hosting account and identify the files that contain malware. To scan files, open the imunifyAV+ menu in the cPanel interface, and then click the “Start scanning” button: In the next window, select “YES, START SCAN”: ImunifyAV+ will then start scanning […]
In short: no, changing service provider will not solve the situation if your website is infected with malware. If you continue to use the same, outdated, and vulnerable website software with another provider, the website will be hacked again and the malware will be added to your web hosting account again. This is in case the website is cleaned from malware when changing service provider. […]
1. phpMyAdmin via cPanel phpmyadmin is usable out-of-box on cPanel servers โ cPanel -> DATABASES -> phpMyAdmin NB! That requires cPanel account credentials! (Does not work with MySQL user credentials/DB credentials!) 2. Access to MySQL database via Adminier (or thru other 3rd party software written in PHP โ that could be uploaded to webhosting account) Adminier is so-called lightweight one-file application written in PHP. […]