Install plugin in WordPress Without FTP Credentials
- Connect to your server via FTP and download a copy of your wp-config.php file
- Open the file in an HTML or code editor
- Paste the line below and save
define('FS_METHOD', 'direct');
define('FS_METHOD', 'direct');