Page 1 of 1

How to shutdown eve from gui

Posted: Tue Mar 28, 2023 3:40 am
by davidy2001
How to shutdown eve from gui

Re: How to shutdown eve from gui

Posted: Tue Mar 28, 2023 1:16 pm
by Uldis (UD)
Impossible, due to security reasons, if EVE is in use for multi users
you can do it from CLI

Code: Select all

poweroff
or

Code: Select all

shutdown -h now
BUT make sure you have stopped all your running labs on EVE before !!!!

Re: How to shutdown eve from gui

Posted: Wed Mar 29, 2023 12:30 am
by davidy2001
thanks