Skip to main content
Snap Creator Framework

Starting, verifying, and stopping Snap Creator Server on Windows

Contributors NetAppZacharyWambold

You can start and stop the Snap Creator Server service, and verify whether the Snap Creator Server service is running on your Windows system.

  1. If the Snap Creator graphical user interface (GUI) is not open, open it:

    1. Enter the URL of the Snap Creator Server in a web browser: "https://IP_address:gui_port"

      By default, the port is 8443.

    2. Log in by using the credentials for the Snap Creator GUI.

    If the Snap Creator GUI opens, then the Snap Creator Server service is running.

  2. From the command prompt, start or stop the Snap Creator Server service, or verify whether the Snap Creator Server service is running, as applicable:

    If you want to…​ Enter the following…​

    Start the Snap Creator Server service

    sc start snapcreatorserverservice

    Verify whether the Snap Creator Server service is running

    sc query snapcreatorserverservice

    Stop the Snap Creator Server service

    sc stop snapcreatorserverservice

    If you want to run Snap Creator in the foreground, then instead of using the sc start command, perform the following steps:

    1. Open a command prompt on the host where the Snap Creator Server is installed, and then navigate to the Snap Creator Serverdirectory: cd \install_path\scServer4.3.0\bin\

    2. To start the Snap Creator Server, run the batch script: scServer.bat start

      Closing the command prompt stops the Snap Creator Server service. Because the batch script (scServer.bat) runs Snap Creator in the foreground, the Snap Creator Server will run only as long as the command prompt is open. To run Snap Creator in the background, you should use the Snap Creator Server service command.