Browse docs

Teams & plans

Add members, share mailboxes across a team, and unlock paid-plan limits with a license key on the self-hosted Fluxmail MCP server.

Members and shared mailboxes

For personal use you can skip this section. On the paid Team and Enterprise plans, one Fluxmail instance is shared by several people, tracked as members. Each member connects their own mailboxes, and a mailbox can also be marked shared so everyone can reach it.

# Add the people using this instance
fluxmail members add --name "Ada Lovelace" --email ada@example.com
fluxmail members list

# Connect a mailbox and set its owner in one step
fluxmail accounts add gmail --member ada@example.com

# Reassign an existing mailbox, or make it shared
fluxmail accounts assign <account-id> --member ada@example.com
fluxmail accounts assign <account-id> --shared

# Scope an API key to one member
fluxmail apikey create --name "ada laptop" --member ada@example.com

Plans and licensing

Self-hosting is free on the Personal plan: 3 connected mailboxes and 1 member. Paid plans (Pro, Team, Enterprise) raise those limits. On Team and Enterprise, each person connects their own mailboxes, and a mailbox can also be shared. See pricing for current limits.

Unlock a paid plan with your license key:

fluxmail license activate <key>
fluxmail license status

One license activates one instance, and enforcement keeps working offline. If the license lapses, the instance drops back to Personal limits. Deactivating, downgrading, or lapsing never deletes accounts or data.