Plesk

How to disable Google Authenticator for Plesk via a command-line interface

Question

How to disable the Google Authenticator extension via CLI?

Answer

  1. Connect to the Plesk server via SSH (Linux) / RDP (Windows Server).

  2. Run the following command to disable the extension (on Windows Server, start a command prompt as an Administrator):

    # plesk bin extension --disable google-authenticator

    • To completely remove the extension, run:

      # plesk bin extension --uninstall google-authenticator

 

Additional Information

To enable the extension back: