How can I generate a new admin secret?

If you are on a unix system (mac or Linux) you can create one by running this in the terminal

openssl rand -base64 32
If you are on windows you can use git bash to execute the same same command.

This will generate a new random string