Follow below steps to Enable Debug logs on Laravel Application. 1.Log in to the server or browse the Domain Home directory through File Manager. 2. Change the directory to application directory 3. Find .env file and 4. And set the APP_DEBUG parameter to true APP_DEBUG=true 5. Save the file and exit from it. Now, open ..
How to change wordpress admin password in Database from cPanel. Step 1: Log into cpanel account Step 2 : Now search for phpmyadmin. Step 3: Click on PhpMyAdmin. It will open a new webpage with PhpMyAdmin where we can find all the databases, u Step 4: Select wordpress database and we can see all the ..
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) ..
How to terminate a cPanel account by using the command Date: 18-09-2021 Login to the server via SSH. Run the below command# /usr/local/cpanel/scripts/removeacct username Note:- username – cPanel account username ..
How to Disable LFD Alerts for the Users in the WHM Date: 11-10-2021 Step 1: Log in to the server via SSH as root and enter the below command to get the id for the user name.# id -u usernameNote:- username – This User name which you wish to ignore alerts. Step 2: Log in ..
How to list suspended accounts from the WHM panel and Command-line Date: 04-09-2021 WHM Panel: Step 1: Log in to the WHM portal. Step 2: Type List Suspended in the search box. Click on List Suspended Accounts under Account Information. You can see the suspended accounts list. Note:- If you want, you can unsuspend the ..
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 ..
How to Mount/Unmount an NFS Share Drive in cPanel Server Date: 28-08-2021 Mounting NFS File System: Step 1: Log in to the cPanel server. Step 2: Install NFS client on CentOS server.# yum install nfs-utils Step 3: Create a mount point directory for the remote NFS share drive.# mkdir /backups Step 3: Open the /etc/fstab ..
How to Disable All cPanel LFD (Login Failure Daemon) Alerts Date: 20-08-2021 Step 1: Log in to WHM Step 2: Enter the name of the firewall in the search box and click on ConfigServer Security & Firewall under Plugins section. Step 3: Click on the Firewall Configuration button to edit the CSF configuration file. Step ..
How to Enable FTP Access in WHM Date: 14-08-2021 Step 1: Log in to the WHM portal. Step 2: Type FTP Server in the search box and click on FTP Server Selection under the Service Configuration. You can select Pure-FTPD or Pro-FTPD to enable FTP accounts. Click the Save button at the bottom of the ..
Recent Comments