Organisations are shared workspaces inside EcliPanel. They let you group users around a set of servers, DNS zones, and (for enterprise tiers) dedicated nodes — all under a single handle. Whether you are running a small gaming community or a hosting company with multiple teams, organisations give you the multi-tenancy primitives to separate resources and control who can access what.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/thenoname-gurl/EcliPanel/llms.txt
Use this file to discover all available pages before exploring further.
Creating an organisation
Any authenticated user can create an organisation from/dashboard/organisations. Each organisation has a globally unique handle (like a username for the org) and an owner who retains full control.
id, handle, ownerId, portalTier, and avatarUrl.
Portal tiers
Every organisation has a portal tier that determines the maximum number of servers its members can manage and which nodes they can schedule on:| Tier | Display name | Max servers |
|---|---|---|
free | Free Portal | 2 |
paid | Pro Portal | 10 |
educational | Educational Portal | 3 |
enterprise | Enterprise Portal | Unlimited |
Enterprise organisations (tier
enterprise) can also be assigned dedicated nodes via POST /api/nodes/:id/assign-org. Only members of that organisation will be able to schedule servers on those nodes.Inviting members
Send an email invitation to add someone to your organisation:POST /api/organisations/:id/invite/:inviteId/resend or revoke it with DELETE /api/organisations/:id/invite/:inviteId.
Alternatively, admins can add a user directly without an invitation email:
Member roles
Each member of an organisation has anorgRole stored on their membership record. Role values are set and updated by the organisation owner or an admin:
admin or owner roles can manage tunnel devices on behalf of the organisation.
Shared servers and nodes
All servers belonging to an organisation are accessible to authorised members:DNS zones per organisation
Each organisation can own DNS zones. Members with the appropriate role can create and manage zones and records:dns feature flag. See the DNS management page for details.
Organisation avatars
Upload or update the organisation’s avatar image (PNG or JPEG, resized server-side withsharp):
avatarUrl is returned on all organisation detail responses.