Greetings,
I have been asked to help someone recover access to a dedicated OnlyOffice server.
I have root access to the machine running Linux.
From what I understand there was only one admin user for the web interface and they lost their password.
It does not look like the outgoing SMTP is configured or working.
I need some way to reset their admin password, or create a new admin user so we can regain access and restore service.
I tried setting up the logging to track outgoing email and find a password reset link, but that has not worked.
Hello @SS-Support
I believe we have to start with SMTP troubleshooting.
Please go to the host and run service onlyofficeNotify status (for docker, run it inside Community server container) > check the status, if it’s necessary, restart this service and ask your user to try to restore password again.
If it doesn’t help, please provide us with whole Community server logs folder. It’s located here:
docker : /app/onlyoffice/CommunityServer/logs/
deb\rpm: /var/log/onlyoffice/
By the way, please point me to the guide which you used for Workspace installation. Also let us know component versions (versions of Community server, Control Panel, etc.)
Is it possible to disable firewall for a test? Do I understand it right that you installed package version of Workspace (without docker container of Mail server)? Please go to the host and run apt list --installed | grep onlyoffice, please show us the result.
These are really old versions. I believe it’s better to troubleshoot the situation on the latest versions.
Is it possible to prepare whole server backup\snapshot? If something goes wrong during the next test, you will be able to rollback entire server to current state.
The idea is Workspace updating to the latest versions via installation script: https://helpcenter.onlyoffice.com/installation/workspace-install-linux.aspx
You can find exact command for update process in the provided link.
The difference between your current and the latest versions is big, so you might face some issues. But I believe that this step probably can resolve the situation with Notify service, because some config files are overwritten during the update process.
Please note that I can recommend this step if you have the opportunity to create whole server snapshots\backups only.