If you run a Discord community with multiple sub-servers, you know the pain: as soon as a new member joins, they need the right role on every single server. With 10 sub-servers and 30 new members a day, that's 300 manual actions — every day.
Why manual management doesn't scale
The real problem isn't the effort per action, it's how error-prone it is. A forgotten sub-server means a member without permissions there — they can't see channels, can't post, can't join events. Cue frustration and support tickets.
Many communities patch it with bot commands or spreadsheets. Short-term that works, but it becomes the bottleneck as the community grows. Admins end up spending more time on role admin than on the community itself.
The clean solution: automatic sync
The idea is simple. There's one main server where roles are assigned. Every other server is a sub-server that automatically mirrors those roles. Change something on the main server and it propagates to every sub-server instantly.
CloudMod implements exactly that. You define the mapping rules once — for example: role "Member" on main → role "Member" on sub-server A and role "Verified" on sub-server B — and the rest runs on autopilot.
Setup in under 10 minutes
Here's how to set up CloudMod for your community:
- Invite the bot to the main server and every sub-server
- Create a new project in the dashboard
- Link the main server with the sub-servers
- Define role mappings in the visual editor
- Activate sync — done
From that moment on, every role change on the main server propagates to every sub-server automatically. The audit log shows you exactly what happened, when.
What else CloudMod protects against
A common pitfall in naive sync implementations: sync loops. Server A syncs to B, B syncs back to A, forever. CloudMod prevents that with built-in loop protection. Discord rate limits are respected automatically — even in large communities with lots of concurrent changes.
Dry-run mode lets you simulate changes before they go live — especially useful when you're testing new mapping rules.