Website just says OK

I deployed Collabora with the following: docker run -t -d -p 127.0.0.1:9980:9980 collabora/code. When I access the URL:9980, the page just says OK. Is there something else I need to do?

hi @droidus Welcome to collabora online forum :slight_smile:

What the OK Means:

The root (/) path of the Collabora Online server is only used as a health check endpoint. It’s not a web interface. So seeing just OK means the server is responding properly on port 9980.

What you should do next:

You now need to integrate Collabora with a host application, such as:

  • Nextcloud (with the Office app)

Checkout : Collabora integration guide - πŸ“‘ How to - Nextcloud community

Thanks
Darshan