Skip to main content

Collabase is not responding

The first start takes longer than usual — up to 3 minutes. If it still does not respond after that, check the logs:
docker compose -f deployment/docker-compose.release.yml logs -f
Look for any error messages at the end of the output.

Port 80 or 443 is in use

If the installer failed because a port is already in use, find which service is using it and stop it:
sudo ss -tlnp | grep ':80\|:443'
Then run the installer again.

File uploads are not working

Try restarting Collabase:
docker compose -f deployment/docker-compose.release.yml restart
If the problem persists, check that your server has enough free disk space.

The AI / Brain feature is not available

The AI feature requires at least 4 GB of RAM on your server. If your server meets this requirement and Brain is still not working, go to Admin → Settings → AI and verify that the AI provider is configured and the connection test passes.

I cannot log in

  • Forgot your password? Use the “Forgot password” link on the login page (requires email to be configured in Admin → Settings → Mail).
  • Account locked? An admin can unlock your account from Admin → Users.
  • SSO not working? The standard email/password login is always available at /auth/login — use that to log in as an admin and check the identity provider settings.

Checking if everything is running

To see the status of all Collabase services:
docker compose -f deployment/docker-compose.release.yml ps
All services should show running.

Getting help

If you cannot resolve the issue yourself, submit a support request with a description of the problem.