管理与治理
Understand instance roles
Every user has one instance role. The instance role determines the user's permissions and access across the n8n instance.
There are three built-in instance roles: Owner, Admin, and Member. If these don't meet your needs, you can create custom instance roles with granular permissions.
| Permission | Owner | Admin | Member |
|---|---|---|---|
| Manage own email and password | ✅ | ✅ | ✅ |
| Manage own workflows | ✅ | ✅ | ✅ |
| View, create, and use tags | ✅ | ✅ | ✅ |
| Delete tags | ✅ | ✅ | ❌ |
| View and share all workflows | ✅ | ✅ | ❌ |
| View, edit, and share all credentials | ✅ | ✅ | ❌ |
| Set up and use Source control | ✅ | ✅ | ❌ |
| Create projects | ✅ | ✅ | ❌ |
| View all projects | ✅ | ✅ | ❌ |
| Add and remove users | ✅ | ✅ | ❌ |
| Access the Cloud dashboard | ✅ | ❌ | ❌ |
Custom instance roles
If the built-in roles don't match your access needs, you can create custom instance roles with granular permissions. Custom instance roles let you grant specific instance-level capabilities (such as managing users, tags, or API keys) without giving full Admin access.
Refer to Create custom instance roles for instructions on creating and managing them.
官方原文和授权
本页来自 N8N 英文官方网站固定快照,并转换成 xueai 静态页面。内容以 N8N 持续更新的官方页面为准。