- docs
- FlowFuse User Manuals
- Using FlowFuse
- Getting Started
- Static asset service
- Bill of Materials
- FlowFuse Concepts
- Changing the Stack
- Custom Hostnames
- Device Groups
- DevOps Pipelines
- Environment Variables
- FlowFuse Assistant
- FlowFuse File Nodes
- FlowFuse Persistent Context
- FlowFuse Project Nodes
- High Availability mode
- HTTP Access Tokens
- Instance Settings
- Logging
- Shared Team Library
- Snapshots
- Team Broker
- Teams
- User Settings
- FlowFuse API
- Migrating a Node-RED project to FlowFuse
- Device Agent
- Device Agent
- FlowFuse Device Agent Introduction
- Quick Start
- Installation
- Quick Start with Web UI
- Register your Device
- Running the Agent
- Deploying your Flows
- Hardware Guides
- FlowFuse Cloud
- FlowFuse Cloud
- FlowFuse Self-Hosted
- Quick Start
- Installing FlowFuse
- Overview
- Configuring FlowFuse
- DNS Setup
- Docker install
- Docker from AWS Market Place
- Docker on Digital Ocean
- Add Project Stacks on Docker
- Docker Engine on Windows
- Email configuration
- First Run Setup
- FlowFuse File Storage
- Install FlowFuse on Kubernetes
- Upgrading FlowFuse
- Administering FlowFuse
- Administering FlowFuse
- Configuring Single Sign-On (SSO)
- Licensing
- Monitoring
- Telemetry
- User Management
- Support
- Community Support
- Premium Support
- Debugging Node-RED issues
- Contributing
- Contributing to FlowFuse
- Introduction
- Adding Template Settings
- API Design
- Creating debug stack containers
- Database migrations
- FlowFuse Architecture
- Local Install
- State Flows
- Device Editor
- Invite External Users
- User Login Flows
- Reset Password Flow
- Project Creation
- Instance states
- User Sign up Flow
- Team creation Flow
- Working with Feature Flags
# Teams
Teams are groups of users that collaborate on their Node-RED applications.
# Managing teams
# Creating a new team
Users can create new teams. Creating a team requires a name and a unique url. The user who creates the team is added as its "owner".
Note: Administrators might not allow all users to create teams. FlowFuse Cloud does allow any user to create a new team.
# Adding team members
Each user with "owner" permissions on a team can invite new members on the "Members" tab of the team page. Invitations can be sent to existing users on the platform by they username, or via email. Users have up to 7 days to accept, or decline, the invitation before it will expire.
# Removing team members
Owners can remove a member from a team by clicking the dropdown menu next to the username and selecting
Remove from team
. The team member will no longer have access to any team data.
# Role-based access control
The role a user has in a team determines what they are able to do. The following table summaries what actions are available to the different roles.
Role | Owner | Member | Viewer | Dashboard Only |
---|---|---|---|---|
• Manage Team Settings | ✓ | - | - | - |
• View Team Audit Log | ✓ | - | - | - |
Applications | ||||
• Create Application | ✓ | - | - | - |
• Delete Application | ✓ | - | - | - |
• Modify Application Settings | ✓ | - | - | - |
Instances | ||||
• Create Instance | ✓ | - | - | - |
• Delete Instance | ✓ | - | - | - |
• Copy Instance | ✓ | - | - | - |
• View Instance Details | ✓ | ✓ | ✓ | - |
• Start, Stop, Suspend Instance | ✓ | - | - | - |
• Modify Instance Settings | ✓ | - | - | - |
• Modify Environment Variables | ✓ | ✓ | - | - |
• Access Dashboard or HTTP endpoint | ✓ | ✓ | ✓ | ✓ |
Flows | ||||
• Access Flow Editor | ✓ | ✓ | ✓ | - |
• Modify Flows | ✓ | ✓ | - | - |
Snapshots | ||||
• Create Snapshot | ✓ | ✓ | - | - |
• Restore Snapshot | ✓ | ✓ | - | - |
• Set as Device Target | ✓ | ✓ | - | - |
• View Snapshots | ✓ | ✓ | ✓ | - |
• Download Snapshot | ✓ | ✓ | - | - |
• Upload Snapshot | ✓ | - | - | - |
• Delete Snapshot | ✓ | - | - | - |
Devices | ||||
• View Devices | ✓ | ✓ | ✓ | - |
• Modify Device Settings | ✓ | - | - | - |
• Modify Environment Variables | ✓ | ✓ | - | - |
• Assign to/Remove from Application | ✓ | - | - | - |
• Assign to/Remove from Instance | ✓ | - | - | - |
• Delete Device | ✓ | - | - | - |
• Bulk Move Devices | ✓ | - | - | - |
• Bulk Delete Devices | ✓ | - | - | - |
Team Members | ||||
• Invite User | ✓ | - | - | - |
• Change Role | ✓ | - | - | - |
• Remove User from Team | ✓ | - §1 | - §1 | - §1 |
Team Library | ||||
• Add an item | ✓ | ✓ | - | - |
• Modify an item | ✓ | ✓ | - | - |
• Delete an item | ✓ | ✓ | - | - |
Team Broker | ||||
• Create Client | ✓ | ✓ | - | - |
• Delete Client | ✓ | ✓ | - | - |
• List Clients | ✓ | ✓ | - | - |
Notes:
- §1 A user in any role can remove themselves from a team
- Administrators users have owner-level access to all teams, but do not have access to the Flow Editor.
# Changing roles
Owners can change a user's role by selecting "Change Role" in the menu on the Team Members page. An Owner can only change their own role if the team has another owner in place.