Free, open-source Roblox utility for managing gamepasses & developer products in bulk. Runs locally with your own Open Cloud API key — nothing leaves your machine.
- Bulk create, edit, and manage gamepasses & developer products
- Drag & drop icon uploads
- Multi-select with bulk toggle for-sale / regional pricing
- Search, sort, filter, list/grid views
- Export data
- Save multiple experiences
Requires Node.js 18+. Unzip the project first!
Windows (easy way):
- Run
install.bat— installs dependencies (do this once) - Run
start.bat— starts the app
Manual:
cd path/to/monetisation-manager-main
npm install
npm run dev:fullOpen http://localhost:5173, enter your API key and Universe ID.
API key permissions needed on Creator Hub:
universe.game-pass— Read + Writeuniverse.developer-product— Read + Write
| Command | Description |
|---|---|
npm run dev:full |
Frontend + proxy (recommended) |
npm run dev |
Frontend only |
npm run build |
Production build |
npm start |
Production server |
Browser → Vite (:5173) → Express proxy (:3001) → Roblox API
The Express proxy avoids CORS. API keys stay in localStorage — nothing is sent to third parties.
React 19, TypeScript, Vite, Tailwind, Radix UI, Express