- Home
- DocSpace
- Installation
- Various questions
- DocSpace services
DocSpace services
Introduction
Service is the ONLYOFFICE DocSpace component that is used to perform long-running background operations without user interaction. The service can be started and stopped from any application component or other services.
Below you can find a list of the ONLYOFFICE DocSpace services.
Service | Description |
---|---|
BackupBackgroundTasks | Launches the additional services related to the backup creation:
|
BackupService | Handles the API requests related to the backups. The port number is 5012. |
ClearEvents | Clears the login_events and audit_events tables by LoginHistoryLifeTime and AuditTrailLifeTime to log out users after the timeout. |
FileServer |
|
FileService | Launches the additional services related to the file management:
|
NotifyService | Launches the additional services related to the notifications about DocSpace events:
|
PeopleServer | Handles the API requests related to the People module. |
SocketIO | Provides the two-way communication between a client and a server. It allows pages to receive data without restarting (for example, thumbnails or new documents). The port number is 9899. |
SsoAuth | Allows you to enable and configure the SAML-based single sign-on (SSO) authentication providing a faster, easier, and more secure way for users to access DocSpace. The port number is 9834. |
StudioNotifyService | Generates notifications and sends them to other services (for example, NotifyService). |
WebApi | Handles the API requests not related to the services above. For example, it handles requests related to settings, audit, authentication, etc. The port number is 5000. |
WebHealthChecksUI | Displays the list of launched services. The port number is 5027. |
WebStudio | Processes the storage handlers and the authorization pages. The port number is 5003. |
Host ONLYOFFICE DocSpace on your own server or use it in the cloud
Article with the tag:
Browse all tags