Haberler & Duyurular

cPanel All Services Restart

  • imageAdministrator
  • image 15 April 2025
cPanel All Services Restart

cPanel All Services Restart

cPanel All Services Restart

cPanel'deki tüm servisleri SSH üzerinden yeniden başlatmak için aşağıdaki komutmları kullanabilirsin

/scripts/restartsrv_cpsrvd --restart

Eğer cPanel'in tüm servislerini (Apache, MySQL, Exim, DNS vb.) yeniden başlatmak istiyorsanız, şu komutları tek tek çalıştırabilirsiniz

/scripts/restartsrv_cpsrvd --restart
/scripts/restartsrv_httpd --restart
/scripts/restartsrv_mysql --restart
/scripts/restartsrv_named --restart
/scripts/restartsrv_exim --restart
/scripts/restartsrv_dovecot --restart
/scripts/restartsrv_ftpserver --restart
/scripts/restartsrv_clamav --restart

Tüm servisleri tek seferde yeniden başlatmak için şu komutu da çalıştırabilirsiniz

for service in cpsrvd httpd mysql named exim dovecot ftpserver clamav; do
   /scripts/restartsrv_$service --restart
done

reboot

Sadece cPanel & WHM servislerini sıfırlamak için

service cpanel restart

Paylaşın