Today in my development area I saw the plugins menu not showing in WordPress.
The main reason was:
1 | define('DISALLOW_FILE_MODS', true); |
This can be changed to false.
Security WordPress keys are random and complicated you can use the online generator on this website.
More settings for WordPress can be found on the official website.