I am currently working through Windows 10 home OS and putty.exe for login using ssh. I need to restart my Linux server. Can we restart CentOS Linux using putty?
Yes, Log in using putty and run:
sudo reboot
OR
sudo shutdown -r 0
https://www.cyberciti.biz/faq/how-to-restart-linux-server-using-putty-ssh-client/