- Joined
- Nov 17, 2017
- Messages
- 912
- Reaction score
- 586
I realize this is technically possible on linux servers due to the console feature, but it has been asked for by numerous clients if we could get support to have a reboot button in the admin panel which was functional to both windows and linux 3CX Servers, as windows servers do not have the console feature this makes the most sense.
For linux the backbone is already there, just map the function to a button instead of requiring it to be typed in by hand.
For windows, its as simple as "shutdown /r /f /t 1" Which is the windows shell command for force reboot in 1 second, the force option is only there that way if some program like notepad or something with a dialog is up on the screen it forces the reboot process to automatically close that and continue rebooting and not get stuck there for eternity until someone clicks save or dont save.
This would also make it simple to reboot a server, without having to resort to RDP, remote console, or other third party remote access tools to be able to reboot the windows servers, and it would mean it could be uniform between linux and windows if it were just a button as again, windows doesn't have the console option.
Please and thank you 3CX Dev Team!
For linux the backbone is already there, just map the function to a button instead of requiring it to be typed in by hand.
For windows, its as simple as "shutdown /r /f /t 1" Which is the windows shell command for force reboot in 1 second, the force option is only there that way if some program like notepad or something with a dialog is up on the screen it forces the reboot process to automatically close that and continue rebooting and not get stuck there for eternity until someone clicks save or dont save.
This would also make it simple to reboot a server, without having to resort to RDP, remote console, or other third party remote access tools to be able to reboot the windows servers, and it would mean it could be uniform between linux and windows if it were just a button as again, windows doesn't have the console option.
Please and thank you 3CX Dev Team!
Upvote
24