• Hi, Pleskians! We are running a UX testing of our upcoming product intended for server management and monitoring.
    We would like to invite you to have a call with us and have some fun checking our prototype. The agenda is pretty simple - we bring new design and some scenarios that you need to walk through and succeed. We will be watching and taking insights for further development of the design.
    If you would like to participate, please use this link to book a meeting. We will sent the link to the clickable prototype at the meeting.
  • (Plesk for Windows):
    MySQL Connector/ODBC 3.51, 5.1, and 5.3 are no longer shipped with Plesk because they have reached end of life. MariaDB Connector/ODBC 64-bit 3.2.4 is now used instead.
  • 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.

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