Step1: Log into Cpanel Step2: On the home screen, We have the file section choose File Manager. Step3: Click the Settings icon in your File Manager window Step4: After, choose the folder location you’d like to start in. For this example, we’re going to use the Document Root for our website Step5: Select Upload from the icons at the top. Step6: Navigate to the file ..

Read more

How to disable “sudo su -” and “sudo passwd root” commands for wheel group users. Date: 02-10-2021 Step 1: Create user name and password.# adduser pheonix# passwd pheonixNote:- pheonix – Username Step 2: Add the user to the wheel group.# gpasswd -a pheonix wheel Step3: Open the sudoers configuration file.# vim /etc/sudoers Change %wheel  ALL=(ALL) ..

Read more

How to repair a Database in the cPanel account Date: 30-08-2021 Step 1: Log in to the cPanel account. Step 2: Click on MySQL Databases under the DATABASES section. Step 3: Select the database you want to repair in the Repair Database drop-down box under Modify Databases and then click Repair Database. Step 4: You can ..

Read more