I installed RabbitMQ on a Windows server (otp_win64_22.2.exe and rabbitmq-server-3.8.2.exe). I also installed the Management Console. If I look into the file enabled_plugins located in %AppData%\RabbitMQ, I can see the following:
[rabbitmq_management].
I can also access the Management Console via http://srv:15672/, but I cannot login, since I get the following message:
User can only log in via localhost
Thus, I created a rabbitmq.conf in %AppData%\RabbitMQ with the following content:
loopback_users.guest = false
I still cannot login. I also tried other configuration options.
Issue: The RabbitMQ service does not recognizes my rabbitmq.conf at all. What do I miss?