How to create own UI for node-red + how to give access of node-red to every new user

  1. How to create Own UI for node-red and how to give access of node-red to every new user?
  2. When they create their own project not everyone can see their work or custom node.
    Note : Every user has different machine.

Hi @sam

there's no easy, quick answer to those questions. You are describing a multi-user node-red system that automatically spins up new node-red instances for each user.

There's no pre-built example of that. You'll have to break that down into the different parts it will involve and figure each one out in turn.

Nick