> 技术文档 > RabbitMq的status报错Error: unable to perform an operation on node ‘rabbit……

RabbitMq的status报错Error: unable to perform an operation on node ‘rabbit……

这个错误一般是由于RabbitMQ CLI 工具的 Erlang Cookie 与服务器不匹配而导致连接问题。什么意思呢?就是cookie不一致

而Erlang Cookie 在 RabbitMQ 节点之间进行身份验证和安全通信时起着重要作用。

你们的C盘进行搜索有两个.erlang.cookie文件名,而里面的cookie修改为一致即可。

位置一:C:\\Users\\test.erlang.cookie

位置二:C:\\Windows\\System32\\config\\systemprofile.erlang.cookie