<div>Hi,&nbsp; I'm trying to update the default_user and default_passwd&nbsp;by setting these&nbsp;in&nbsp;the rabbitmq.config file&nbsp;before&nbsp;the&nbsp;initial startup, but have not been successful in doing so.&nbsp; My rabbitmq.config file is:</div><blockquote style="margin-right: 0px;" dir="ltr"><div><font face="courier new,monospace">[ {rabbit,<br>&nbsp; [<br>&nbsp;&nbsp;&nbsp; {cluster_nodes, {['rabbit@host1', <a href="mailto:'rabbit@host2'">'rabbit@host2'</a>], disc}},<br>&nbsp;&nbsp;&nbsp; {default_user,&lt;&lt;"rabbitmq"&gt;&gt;},<br>&nbsp;&nbsp;&nbsp; {default_pass,&lt;&lt;"my-pass1."&gt;&gt;}<br>&nbsp; ]<br>&nbsp; } ].</font></div><div>&nbsp;</div></blockquote><div>Despite the above, the guest/guest account is still created when the rabbit server starts.&nbsp; I believe its readig the&nbsp;config file because the&nbsp;cluster nodes are&nbsp;set appropriately once started.&nbsp;Is the syntax wrong or is it something else?</div><div>&nbsp;</div><div>Regards,&nbsp; Scott</div>