Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


What is the difference between "Stop" and "Shutdown" server in control panel?
New on LowEndTalk? Please Register and read our Community Rules.

All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

What is the difference between "Stop" and "Shutdown" server in control panel?

What is the difference between "Stop" and "Shutdown" server in control panel?

Does Stop simply pause the server like hibernate or suspend execution, or is it the same as Shutdown?

Comments

  • BasToTheMaxBasToTheMax Member, Host Rep
    edited April 2023

    Shutdown - A safe shutdown
    Stop - Kills the server immediately (only use when shutdown fails or when the server hangs)

    Thanked by 3k9banger Shakib RapToN
  • emgemg Veteran

    Each provider may be different, but most of them work like this:

    Shutdown - Triggers the running server to perform a normal operating system shutdown. This is a "graceful shutdown". It should work, but may potentially fail. (I prefer to shutdown servers using the operating system's shutdown capability, but this works. If this is a multi-user system, then other connected users may not be prepared for a server shutdown.)

    Stop - This will turn off the virtual machine instantly, like disconnecting the power cord on a physical computer. It should always "work", but may leave the files and system in an undetermined, damaged state. Use this in an emergency.

  • PulsedMediaPulsedMedia Member, Patron Provider

    Most likely / commonly: Shutdown is normal software shutdown, and stop is hard off.
    Akin to your local compute clicking power button shortly which initiates the windows shutdown procedure.
    Stop is akin to cutting the power off.

Sign In or Register to comment.