Disable Two-Factor Authentication

I want to use bitvise ssh but I am not able to login because of 2 fa do anyone know how to disable 2fa

Welcome @james32 Happy you are here

Using ssh terminal

$ mysql -u root -p “cyberpanel -e "UPDATE loginSystem_administrator SET twoFA = ‘0’ WHERE id = 1;"

Where do you get mysql password

$ cat /etc/cyberpanel/mysqlPassword
1 Like
sh <(curl https://raw.githubusercontent.com/mehdiakram/cyberpanel-tweaks/main/disable_2fa.sh || wget -O - https://raw.githubusercontent.com/mehdiakram/cyberpanel-tweaks/main/disable_2fa.sh)

This topic was automatically closed 3 hours after the last reply. New replies are no longer allowed.