Page 1 sur 1

Is it possible to shutdown/reboot clients from waptconsole?

Publié : 22 févr. 2018 - 14:52
par klausade
I'm looking for the ability to shutdown/reboot clients from waptconsole, is it possible?

Re: Is it possible to shutdown/reboot clients from waptconsole?

Publié : 23 févr. 2018 - 16:54
par htouvet
Hi,
This feature is quite easy to implement... but until now there has been an internal debate about the potential misuse of this.

At least we should add a flag in wapt-get.ini to disable it explicitly on hosts.where it not advisable to allow it (servers...)
and a popup should be displayed to logged in users of the machine to postpone the shutdown/reboot.

Re: Is it possible to shutdown/reboot clients from waptconsole?

Publié : 22 mars 2018 - 15:58
par empbilly
I believe it's with https://wapt.tranquil.it/wapt/nightly/a ... ot_machine

And how would the call to reboot in a script ?

Re: Is it possible to shutdown/reboot clients from waptconsole?

Publié : 07 janv. 2021 - 12:04
par Alann
Hi,

It seems this functionality is implemented now (button in the right-click menu) but not operational.

At least, for a configuration with machines not in a domain.

Is this normal ?

Re: Is it possible to shutdown/reboot clients from waptconsole?

Publié : 02 févr. 2021 - 15:48
par htouvet
disabled by default on the client

If you want to enable oit, you must set in <wapt>\wapt-get.ini

Code : Tout sélectionner

[global]
...
allow_remote_reboot=1
allow_remote_shutdown=1