Hello How can i start/stop the ssh and ftp services from whm or cpanel? I use only one account as dedicated server. I don't want to disable them just to stop them and start them when i need them. Thanks
Currently it's not possible to stop the services from cPanel or WHM at the moment. Only thing possible is to Restart the services. What you can do is to login at SSH and run the following commands. (It's not recommended to stop SSH, i would prefer to just change the port) service proftpd stop Code (Stop FTP):
I was wondering if i can request it as addon to whm so i can have a GUI solution to stop/start the ssh and ftp services ? I will pay ofcource a few euro Any info please? Thanks
If you do not want to run any service on your server, you can easily disable it from WHM -> Service Manager. Kailash
I don't think that plugin starting and stopping enabled services on cPanel will be popular and easily integrated to cPanel since it uses kind of monitoring tool for the services enabled. So such plugin will violate cPanel ideology somehow.
service manager will disable it I want just to stop it and start it when i need it and if something go wrong to restart my server and then they will autoload
then, you can also logon via SSH and enter service <service name> start|stop|restart example service httpd stop Code (markup): Its very easy
If i stop in this way ssh then how i can start it again ? I need to do it from another place like Direct Admin can start and stop services from System Monitoring.