Activate - Deactivate module without Admin Access

Hi guys,

Maybe the question is stupid but I must ask just to be sure…
Is there a possibility to activate/deactivate module without accessing admin-backend.
Because, the client that I am working, has special module for admin-backend, but someone deactivated it and now there is no any possibility to log-in into the shop.

But, I have FTP and SSH access.

Any help?

Thank you in advance.

You could try to create a custom php script, include oxid bootstrap and activate the module (refer to original soruce code for activating modules).
If you don’t know how, the easiest way would probably be to find out the reason why people can’t login into admin interface anymore and fix it.

Maybe this helps: https://oxidforge.org/de/moduleintraege-via-frontend-bearbeiten-reparieren-deaktivieren.html

restore the oxconfig table

… or use oxrun extension (https://github.com/smxsm/oxrun)