Do you want to: Report a bug / Ask a how-to question
How to reproduce: I’ve installed Docs Community Edition using the instructions provided in Installing ONLYOFFICE Docs for Debian, Ubuntu, and derivatives - ONLYOFFICE. All goes well, but it keeps show the “trial mode” flag on all editors in Wopi and Sample mode. Do I have to add a license file for the community edition?
Document Server version:
Type of installation of the Document Server (docker, deb/rpm, exe): ubuntu
OS: Ubuntu 22.04.3 LTS
Browser version: Tested on latest Chrome and Firefox
Hi @Carl , apt list --installed | grep onlyoffice
returns:
WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
onlyoffice-documentserver-ee/squeeze,now 7.5.1-23 amd64 [installed]
According to the output, you have installed Docs Enterprise Edition (-ee in the package name).
The Community Edition package is called onlyoffice-documentserver. So I’d recommend removing the currently installed package first, and then install the CE with sudo apt-get install onlyoffice-documentserver
sudo apt-get remove onlyoffice-documentserver-ee