• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

Question Plesk Debian 12 on vps : Disable MFA with SSH

Nad

New Pleskian
Server operating system version
Debian 12
Plesk version and microupdate number
Plesk Web Admin
I lost access to my google Authenticator a,d i cannot access to VPS after logging because is prompted for a MultiFactor Authetication MFA code.
any way to resolve this problem with ssh and disable this extension MFA ?
thanks
1729799157580.png
 
Hello Sebahat
I try to
1- Connect to ssh
2- Run : plesk bin extension --disable mfa from /mnt/opt/psa/bin/extension
3- Result ==> error : "-bash: plesk: command not found"

It's very hard to detect the file of MFA in PLESK or to list all extensions and then disable it .

thanks
 
That's strange. If the Plesk command line utility is not detected by the system you likely have some packages missing or the PATH variable is incorrect. Could you please try running the command from /usr/sbin/ as follows:

./plesk bin extension --disable mfa

If that doesn't work, please try the following:

1. Download the installer script:


2. Enable execution permission for the downloaded installer script:

chmod +x ./plesk-installer

3. Run the script to launch the interactive installer for the latest stable Plesk version in command line:

sh ./plesk-installer

4. Follow to instructions.
 
Back
Top