
Nowadays almost all the business are using the website and web cloud hosting services. And the reason behind it is that today most of the people are using the internet services, so today using a website for your business gives you more advantages where you can easily showcase your business products and services to the people around you and also to the people across the globe. Not only that today there are many types of hosting platforms are available, but most businesses like to go with a cloud server. And the reason behind it is that using a cloud server gives you more advantages in terms of resources and also in terms of flexibility and also security.
And today if you are using a cloud hosting service for your website and if you are looking for information on how to enable or disable the name of your server then here is the information on it. Today most of the people want to use named server for their website and for that there are a lot of software are available.
Follow the below steps to use enable or disable named on your cloud server:
>> Log into your Plesk panel
>> Go to tools and settings
>> Click on Services Management
>> Here you will find the option to turn on/off or to restart the service
You can also enable or disable named of your cloud server via root access:
>> Log into your SSH/ Root access
>> To start the service follow this command
service named start
>> To Stop the service follow this command
service named stop
>> To Disable the startup follow this command
systemctl disable named
>> To enable the startup to follow this command
chkconfig named on
>> To Verify that service is on at startup follow this command
systemctl is-enabled named
