https://github.com/kokoio01/guildmdm
GuildMDM enables you to manage multiple Discord servers as a single network, using policies to automatically enforce rules across all servers.
https://github.com/kokoio01/guildmdm
discord discord-js mdm
Last synced: about 2 months ago
JSON representation
GuildMDM enables you to manage multiple Discord servers as a single network, using policies to automatically enforce rules across all servers.
- Host: GitHub
- URL: https://github.com/kokoio01/guildmdm
- Owner: Kokoio01
- License: gpl-3.0
- Created: 2026-04-08T23:18:28.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2026-05-15T22:28:00.000Z (2 months ago)
- Last Synced: 2026-05-16T00:55:21.036Z (2 months ago)
- Topics: discord, discord-js, mdm
- Language: TypeScript
- Homepage:
- Size: 99.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GuildMDM
[](https://opensource.org/licenses/)
GuildMDM enables you to manage multiple Discord servers as a single network, using policies to automatically enforce rules across all servers.
**Note: This project is still very much in work and is not functional at all**
## Run Locally
Clone the project
```bash
git clone git@github.com:Kokoio01/GuildMDM.git
```
Go to the project directory
```bash
cd GuildMDM
```
Install dependencies
```bash
pnpm install
```
Add enviroment variables
```bash
cp .env.example .env
```
Start the server
```bash
pnpm dev
```
## Roadmap
- Build up basic Framework - Done
- Network Managment
- Policy System
- Implement first policies
---
###### Made by [Kokoio01](https://github.com/Kokoio01)