Hello everyone,
I just had a fresh installation of Onlyoffice with docker, using these two commands:
curl -O https://download.onlyoffice.com/docs/docs-install.sh
bash docs-install.sh
The installation went well and I could access Onlyoffice on the web (http://ServerIPAddress/welcome). I went through the Test example and it worked fine, I disabled it by running:
docker exec f57127b2e071 sudo supervisorctl stop ds:example
Then I ran the two lines of code for the admin panel. Before going into the admin panel, I ran:
docker exec f57127b2e071 /var/www/onlyoffice/documentserver/npm/json -f /etc/onlyoffice/documentserver/local.json 'services.CoAuthoring.secret.session.string'
to get my bootstrap token.
In the admin panel, with the just obtained token and setting up my password, I get “Invalid or expired bootstrap token” error message.
I have installed Onlyoffice inside a debian-13-standard_13.1-2_amd64 LXC on proxmox VE 9.1.2. I have also tried to insall Onlyoffice using Proxmox VE Helper-Scripts
bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/onlyoffice.sh)"
and faced the same problem.
I am a total noob, so any help would be appreciated.
Thank you,
Kamal