The Beebox software consists of these components
(1) A Windows service
The Beebox core functionality is hosted as a standard Windows service. The service name is "Wordbee Beebox Server": Binaries are copied to the install directory which can be selected during setup. The service account is set to "Local system". The service is configured to start automatically.
(2) An administrator web site ("Admin UI")
A website that implements the Beebox administrator user interface: Binaries are copied to the install directory which can be selected during setup. By default the web site is installed to http://localhost:8089/
(3) A Restful API ("API")
The API is required to either connect content management systems or to programmatically control Beebox operations. Binaries are copied to the install directory which can be selected during setup. By default the API is part of the administrator UI and accessible at http://localhost:8089/api