With this tutorial, you can change the password for your CyberPanel rspamd
filter_watermark=1
filter_watermark=1
First, you set up your gui by following this guide:
https://cyberpanel.net/blog/rspamd-gui/
Then you follow the steps below:
rspamadm pw --encrypt -p <password>
<password>
with the desired password for the Rspamd web interface. nano /etc/rspamd/local.d/worker-controller.inc
bash
# Password for controller web interface
#password = "randomly_generated_password"
bash
# Password for controller web interface
#password = "randomly_generated_password"
makefile password = "<encrypted_password>"
Replace <encrypted_password> with the encrypted password you generated in Step 2.systemctl restart rspamd
You should now be able to log in to the Rspamd web interface with the new password you created.