One Discord bot can run in as many servers as it is invited to; a bot account is not tied to a single server, and each server you add it to gets its own separate settings. This is how every popular bot works, from moderation bots to Noxyr itself. The part people actually get confused about is settings: adding the same bot to a second server does not copy your first server's configuration, and with Noxyr's Custom Bot, a bot you brand yourself can serve every server you manage the same way.
Why a Discord bot is not tied to one server
A Discord bot is a single application with one token, one gateway connection and one set of permissions granted per server through OAuth2. When you press "Add to Server," you are not creating a new copy of the bot; you are authorizing that one bot account to read and act in one more server, with whatever permissions you grant on that screen. The bot's code keeps a single open connection to Discord and receives events tagged with a server (guild) ID for every server it has been invited to. There is no per-server limit built into the platform beyond what a bot's own scale allows; general-purpose bots like Noxyr, MEE6, Dyno or Carl-bot each run in millions of servers from one account.
Our guide to adding a bot to a server covers the invite flow and permissions in detail if you have not done this before.
Adding the same bot to multiple servers
- 1. Get the bot's invite link from its website or its Top.gg listing. Never use a link pasted in a DM.
- 2. Open the link and pick a server from the dropdown. You need Manage Server permission on that server for it to appear as an option.
- 3. Review and confirm the permissions it is requesting.
- 4. Repeat for each additional server. There is no bulk-invite step; you authorize the bot into each server individually, because Discord requires a member with Manage Server to grant it every time.
Nothing about steps 2 to 4 changes the bot's identity. It is the same account, same avatar, same token, in every server.
Same bot, different servers, different settings
This is the part that trips people up: inviting a bot into a second server does not bring your first server's setup with it. Most configurable bots, Noxyr included, store settings keyed to each server's ID. A ticket category, a welcome message, an anti-nuke threshold or a store's product list in Server A has no effect on Server B; you configure each server from scratch (or copy it deliberately) after the invite.
Noxyr's dashboard makes this explicit: every server you manage gets its own dashboard, its own module switches and its own activity log. If you run several servers and want to reuse a working configuration instead of rebuilding it by hand, the dashboard's Copy Settings tool (covered in our dashboard vs commands guide) copies the portable parts, module toggles, colors, wording, limits, between servers on request. It skips channel IDs, products and invoices on purpose, since those point at things that only exist in the server you copied from.
How Noxyr Custom Bot serves every server it is invited to
Everything above is true of Noxyr itself. Noxyr's Custom Bot feature takes the same "one bot, many servers" behavior and applies it to a bot you brand yourself. You create your own application in the Discord Developer Portal, hand its token to Noxyr, and it runs Noxyr's full feature set (tickets, store, invoices, giveaways, security and the rest) under your bot's name and avatar instead of Noxyr's.
One Discord account gets one custom bot, but that one bot works in any number of servers, the same as any other bot: invite it into every server you manage, and each one gets served under your name. The requirement is that Noxyr has to stay in every one of those servers too, because your custom bot runs on Noxyr's database and settings rather than a separate one. Setup itself needs one Top.gg vote, which unlocks the Custom Bot form for 12 hours; after that a 74-hour grace period keeps the bot running everywhere it is invited while only the setup page locks, and nothing is ever deleted if the window lapses. The full mechanics, including the vote window and troubleshooting, are in the Custom Bots docs, and the Custom Bot setup guide walks through creating the application step by step.
What happens when Noxyr is kicked from one of them
Because a custom bot depends on Noxyr's presence in each server, removing Noxyr from one server stops your custom bot there within about a minute. It DMs whoever removed Noxyr (and you, if that was someone else) with an invite link. The other servers your custom bot serves are unaffected; only the server Noxyr left stops. Invite Noxyr back and your bot picks back up there on its own, with its settings and history untouched, and your Top.gg vote window holds rather than burns down while it cannot run anywhere.
Common questions
Is there a limit to how many servers one bot can join? Discord does not cap it for a normal bot, though a bot needs to pass Discord's verification once it reaches 100 servers to keep growing. Noxyr and its Custom Bot are both verified.
Do all servers a bot is in share the same data? No, unless the bot is built that way on purpose. Noxyr stores tickets, products, invoices and settings per server; a change in one server never appears in another.
Can I run the same bot with a different name in each server? A bot's name and avatar are set once on its Discord application and apply everywhere it runs. Different names need different bot applications, which is why an agency managing several brands needs a separate custom bot (and account) per brand rather than per server.
Does adding a bot to more servers cost anything? Not with Noxyr. It is free in every server, and Custom Bot's only cost is the recurring Top.gg vote, not a per-server fee.
To try this yourself, add Noxyr free to a server, or open the Custom Bot page to set up your own branded bot across every server you manage.