- Before you transfer the accounts, firstly you need to install Cpanel and WHM server on your new server.
- After the installation of CPanel, you need to copy all the accounts to the new server.
-
Shut down your old server, once you copy your accounts to the new server.
-
After you...
-
Boot to the Windows Server DVD.
-
Open the command prompt.
Server 2012 R2 & 2016 R2:
If no driver is needed, press Shift-F10 to open the command prompt.
Continue with step 3.
Server 2008 (or 2008 R2 if a driver is required)
Click Next at the first screen.
lick Repair your computer.
If no driver is needed, click Next and proceed to step vii below.
If a driver is needed, click Load Drivers.
Insert the media containing the needed driver.
Note: The media can be a CD, DVD, or USB storage device
Navigate to the folder containing the driver, select it, and click Open.
Click Command Prompt.
-
The co...
How to monitor apache web server load and Page statistics
Posted in Linux Servers on Jul 13, 2019
Mod_status is an Apache module which helps to monitor web server load and current httpd connections with an HTML interface which can be accessible via a web browser.
Enable mod_status in Apache
vi /etc/httpd/conf/httpd.conf
Search for the word “mod_status” or keep scrolling down until you find below line and remove # in order to enable mod_status.
Configure mod_status
Search for the word "location" and put these lines in order to configure mod_status.
[Read more...]After this, define the same configuration for each virtual host file for any domain configured in apache. Like for example : www.exa...
How to configure Outlook for any Email Server
Posted in Microsoft Office 365 on Jul 03, 2019
Microsoft Outlook is a personal information manager from Microsoft, available as a part of the Microsoft Office suite. Although often used mainly as an email application, it also includes a calendar, task manager, contact manager, note taking, journal, and web browsing.
We can use Outlook for any email provider such as Office 365, Gmail, Outlook, yahoo, rediff mail, or any webmail services smarter mail, server email services etc.
In order to add your email account to Outlook you'll need several pieces of information including the type of account, the incoming and outgoing server names, and t...
[Read more...]How to transfer all cpanel accounts from one server to other server?
Posted in Whm/Cpanel on Jun 26, 2019
In order to install Cpanel & WHM on your server, run the following command :
cd /home && curl –o latest –L https://securedownloads.cpanel.net/latest &&
sh latest
To move all of your accounts from one server to another, follow the steps in WHM's Transfer Tool interface (WHM >> Home >> Transfers >> Transfer Tool ).
How to disable LFD excessive resource usage alert?
Posted in Whm/Cpanel on Jun 26, 2019
LFD considers recent failed login attempts as ‘Brute Force Attacks’ and blocks those IPs using CSF.
CSF is capable of spotting this type of hacking attempts with the help of LFD and blocks the IPs temporarily from accessing the server. If the temporarily blocked IPs are found guilty, then you can permanently block them using CSF.
All these actions are managed in CSF configuration.
You can access the CSF configuration in WHM by using the following steps –
1. Login to your WHM.
2. Go to Home >> select Plugins.
3. Click ‘ConfigServer Security & Firewall’.
4. Open the CSF Firewall Configu...
[Read more...]
Features and benefit for Microsoft Office 365
Posted in Microsoft Office 365 on Jun 26, 2019
14 reasons to use Microsoft Office 365
After you make a website, the next step is usually to get a professional business email address. Unlike your @onmicrosoft.com, @outlook.com email, @domain.com or @gmail.com, a professional business email address is branded with your company name: name@yourbusiness.com In Order we introducing best email solution that is Office 365. Now we are sharing the capabilities of the Office 365.
1. Use the tools you already know and use
Office 365 works seamlessly with the programs you already know and use – including Outlook, Word, Excel, OneNote, Publisher an...
[Read more...]How to Repair the Boot Files in Windows Server 2012 R2 or 2012 R2 if the Server Won't Boot
Posted in Windows Servers on May 10, 2019
managed Cpanel cloud server
Posted in Linux Servers on Feb 25, 2019
Buy 20 Gb Ram Cpanel cloud server in India INR 4100 per month along with 24/7 tech support services. Cpanel cloud server is best for web hosting & business application hosting services.
Visit: https://www.cloudtechtiq.com/linux-cloud-servers-india
managed windows Cloud server
Posted in Windows Servers on Feb 17, 2019
Managed windows cloud hosting & Windows cloud server in India along with 24/7 tech support services.
https://www.cloudtechtiq.com/windows-cloud-servers-india
For More infromation Call us : +91-8058880400 Or Email On : sales@cloudtechtiq.com
[Read more...]How to change the default location for temporary backup files on Linux?
Posted in Plesk Control Panel on Jan 26, 2019
Connect to the server via SSH.
Create a backup of Plesk variables' configuration file:
# cp -a /etc/psa/psa.conf{,.bkp}
Modify DUMP_TMP_D variable value in /etc/psa/psa.conf, so it will point to desired path:
# grep DUMP_TMP_D /etc/psa/psa.conf
DUMP_TMP_D /mnt/backupdrive/tmp
Set 1777/drwxrwxrwt permissions for the new directory:
# chmod 1777 /mnt/backupdrive/tmp
So that the result is as follows:
# ls -ld /mnt/backupdrive/tmp
drwxrwxrwt 53 root root 20480 Feb 8 21:39 /mnt/backupdrive/tmp
[Read more...]
How to change virtual hosts locations in Plesk for Linux
Posted in Plesk Control Panel on Jan 26, 2019
In Plesk for Linux, transvhosts.pl utility can be used to change the location for all virtual hosts:
# /usr/local/psa/bin/transvhosts.pl --help
In the following example, the location is changed to /home directory:
# /usr/local/psa/bin/transvhosts.pl --dest-dir /home --correct-scripts
/home is the new location which you want to set. You can define the location as per your requirement.
[Read more...]