First of all we need to enable admin authentication on NodeRED. To do this, open the file settings.json from the container folder and comment out these lines: adminAuth: { type: "credentials", users: [{ username: "admin", password: "my-password", permissions: "*" }] }, Now here is where things