Hub Server on Windows Server#

The Cegal Hub Server binary can be run on Windows Server.

Note

A Hub Server must be activated once started. This can be be done remotely using the cegalhub.exe client or by using the Hub Python client library.

../../../_images/hub_server_activate.png

System requirements#

Windows Server 2019 or 2022 operating systems have been verified.

Hub MSI installer#

Double click the “cegalhub-1.0.0-x.msi” file and Cegal Hub will be silently installed.

To verify the installation open a PowerShell command prompt and type ‘cegalhub’.

../../../_images/hub_verify_install.png

Installing a Hub Server as a Windows Service#

The below shows the help for the Windows Service when installing Hub Server in server mode.

../../../_images/hub_windows_svc_install_server_help.png

To install Cegal Hub in Server mode as a Windows Service without TLS

cegalhub service install-server --tls=false
../../../_images/hub_windows_svc_install_server.png

To manually start the newly installed Windows Service

cegalhub service start

To manually stop the running Windows Service

cegalhub service stop

To remove the Windows Service

cegalhub service remove
../../../_images/hub_windows_svc_remove.png