How do I change the time/timezone on my Dedicated server?

How do I change the time/timezone on my Dedicated server?

You will be able to change the timezone on your Dedicated server if you have root SSH access. More information about the SSH access can be found in this tutorial. Once you access the server via SSH, browse to the /usr/share/zoneinfo/ folder in order to … Continued
How to restart Apache on Dedicated server?

How to restart Apache on Dedicated server?

Dedicated Server with included root access is the only plan where you can manually restart any service you want. There are a few ways to restart the  Apache service: WHM – In order to restart your Apache service from the WHM panel, navigate to … Continued
How to reboot your dedicated server via WHM?

How to reboot your dedicated server via WHM?

The WHM panel provides two options for a server reboot: Forceful Server Reboot Graceful Server Reboot The recommended option is Graceful Reboot. This way the reboot will be queued, and when all services are stopped the server will be restarted. In a case … Continued
Are there any cronjob restrictions on my Dedicated server?

Are there any cronjob restrictions on my Dedicated server?

No, you can set your cron jobs to be executed on any time frame you want. Note, however, that if the interval between executions is too short, this may increase the load on the entire server and potentially cause it … Continued
How to change the password for the root user via WHM?

How to change the password for the root user via WHM?

In order to change the password for the root user on your Dedicated server you will need to access the WHM panel and follow the steps below (click here if you don’t know how to access WHM): Open the Change Root Password tool. Type the new password you … Continued
How to block an IP address from accessing my Dedicated server?

How to block an IP address from accessing my Dedicated server?

In order to block an IP from accessing any service on your Dedicated server, you must first log in the server with the root user via SSH. Then execute the following command: 1 iptables –I INPUT –s IP_ADDRESS –j DROP In the above … Continued
How to restart a service on my dedicated server?

How to restart a service on my dedicated server?

In order to restart a service on your dedicated machine, follow these steps: Log in your WHM control panel Search for the Restart Services option. Under the specified section you can find all services available on the machine that can be restarted. The standard … Continued
How do I check for the status of the MySQL service on my Dedicated server?

How do I check for the status of the MySQL service on my Dedicated server?

First you need to login to your Dedicated server as root via SSH. Such root access is provided on our dedicated servers that come with standard features (without Geeky setup or Performance boosters). Then type the following command to show the current MySQL status … Continued