Last updated: September 25, 2026 · Category: Guide · Editorial review · About the authors
Key Takeaways
- Discord has three distinct invite link types: permanent, temporary, and vanity, each built for a different purpose.
- Using the wrong type for a given channel is a common source of tracking gaps and unexpected member removals.
- Standard permanent invites with a defined expiration and use-limit are the easiest to attribute accurately in an invite tracker.
Discord offers three functionally different kinds of invite link, and the choice between them affects both member experience and how cleanly a server can track where its growth comes from.
Permanent Invites
A permanent invite is a link that stays active until someone with the right permission manually revokes it, or until it hits a configured use-count limit, whichever comes first. Setting no expiration and no use limit at all makes an invite active indefinitely, which is why permanent invites left unmanaged for long periods are the ones most often found being reused far past their original purpose.
This is Discord's default invite type, created through the standard create channel invite endpoint, retrieved 2026-09-25, with max_age set to 0. Most invite-tracking setups are built around permanent invites specifically, since a distinct permanent link per campaign, partner, or recruiter is what makes per-source attribution possible in the first place.
Temporary Invites
A temporary invite does something structurally different from a permanent one: it grants temporary membership rather than a permanent join. A member who accepts a temporary invite is automatically removed from the server if Discord's client does not assign them a role before the invite's configured expiration passes, unless a role was granted through some other mechanism first.
This is a narrower use case than most server owners expect on first encountering it. Temporary invites exist for scenarios where access should not persist without explicit action, an event-only pass, a trial period gated on completing onboarding, and using one as a general-purpose recruitment link produces confusing, unintended removals for members who never picked up a role in time.
Vanity URLs
A vanity URL is a custom, branded server invite link, discord.gg/servername instead of a random code, available only to servers that have reached Discord's Community-tier boost threshold. It functions like a permanent invite in that it does not expire on its own, but it is a single, server-wide link rather than something created per-campaign, which makes it unsuited to attributing joins to a specific source.
Choosing the Right Type Per Use Case
A server's main public listing benefits from a vanity URL where eligible, since it is memorable and consistent. Campaign-specific, partner-specific, or recruiter-specific links should be standard permanent invites with a defined use-limit or expiration matched to the campaign, since that is what an invite tracker can actually attribute cleanly. Temporary invites belong in the narrow set of cases where membership genuinely should not persist without a follow-up action, not as a general growth or tracking tool.
Frequently Asked Questions
What's the difference between a permanent and a temporary Discord invite?
A permanent invite keeps working until it is manually revoked or hits its use-count limit. A temporary invite grants membership that Discord automatically removes if the member does not get a role within a set window, usually used for kick-on-timeout access.
Do I need Discord Nitro for a vanity URL?
No, Nitro is a personal subscription. A vanity server URL requires the server itself to reach Discord's Community-tier boost level threshold, which is a separate, server-level requirement.
Which invite link type works best with an invite tracker?
Standard permanent invites with a set expiration and use-limit are the easiest to track accurately, since each one maps cleanly to a single source. Vanity URLs and widely shared temporary links make per-source attribution harder.
Can a single Discord server have multiple invite link types active at once?
Yes. A server commonly runs a permanent vanity URL for its main public listing alongside separate tracked permanent invites for specific campaigns or partners.