How to disable google captcha

If Google Recaptcha is configured incorrectly it may restrict users from logging into the MediaCP. You can solve this issue by disabling the captcha.

  1. Login to SSH as root user
  2. Copy and paste the following into SSH:
    echo "UPDATE settings SET value = 'disabled' WHERE setting = 'captcha';" | /usr/local/mediacp/mysql/bin/mysql --protocol=SOCKET --socket=/usr/local/mediacp/mysql/data/mysql.sock --user=root --password= mediacp >/dev/null 2>&1
  3. The captcha should now be disabled and you can login to the panel
  • Recaptcha, Captcha, Security
  • 3980 Users Found This Useful
Was this answer helpful?

Related Articles

AutoSSL Error creating new order :: too many certificates already issued

Problem: Error creating new order :: too many certificates (5) already issued for this exact set...

Locating a stations path/directory on your system

The users directory is made up of the following: /usr/local/mediacp/content/user_{Customer...

Cannot login to the MediaCP with valid credentials

If you are unable to login to the MediaCP then there could be several reasons: Captcha...

How to Manage and Install Media Plugins

The media plugin manager is a very powerful tool that allows you to enable and disable your...

Maximize Device Compatibility for Video Streaming

To ensure compatibility for streaming it is important to understand broadcasting profiles, these...