A modern web-based tool to reset Cursor IDE's Machine ID, helping users to bypass trial limitations and continue using Cursor AI capabilities. This tool enables bypassing token limits, converting free trial accounts to Pro features, circumventing machine ID restrictions, and preventing automatic updates.
- Token Limit Bypass: Remove restrictions on token usage for AI completions
- Pro Trial Conversion: Access Pro features without purchasing a subscription
- Machine ID Reset: Bypass the "Too many free trial accounts used on this machine" limitation
- Auto Update Prevention: Stop Cursor from updating and potentially removing bypass functionality
- Cross-Platform: Compatible with Windows, macOS, and Linux
- User-Friendly Interface: Clean, modern UI with clear instructions
- System Information: Displays detailed system and Cursor installation info
- Clone the repository
git clone https://github.com/sazumivicky/cursor-reset-tools.git
cd cursor-reset-tools- Install dependencies
npm install- Start the application
npm startThe server will start at http://localhost:3000
This tool requires administrator privileges to modify system files.
# Start CMD as Administrator
cd path\to\cursor-reset-tools
npm startcd path/to/cursor-reset-tools
sudo npm startCursor identifies your machine using a unique ID stored in specific locations:
- Windows:
%APPDATA%\Cursor\machineId - macOS:
~/Library/Application Support/Cursor/machineId - Linux:
~/.config/cursor/machineid
This tool:
- Detects if Cursor is running (and warns you to close it)
- Generates a new UUID to replace your existing machine ID
- Clears cached files that store your usage data
- Prevents automatic updates that could remove bypass functionality
- Modifies system files to unlock Pro features and bypass token limits
- Allows Cursor to treat your machine as a new device
For best results when creating new Cursor accounts:
- Use Disposable Email: We recommend using Sazumi Cloud - Email Disposable service which works well with Cursor and doesn't get blocked
- Reset machine ID before each new registration
- Use private/incognito browser window for registration
- Clear browser cookies after registration
- Backend: Node.js, Express
- Frontend: HTML, CSS, JavaScript
- Template Engine: EJS
- Utilities: uuid, fs-extra, node-machine-id
This tool is provided for educational and research purposes only. Use at your own risk. Sazumi Cloud developers are not responsible for any consequences arising from the use of this tool.
Please consider supporting Cursor development by purchasing a legitimate license if you find their product valuable for your workflow.
This project is licensed under the MIT License - see the LICENSE file for details.
Contributions are welcome! Please feel free to submit a Pull Request.
- Fork the repository
- Create your feature branch (
git checkout -b feature/amazing-feature) - Commit your changes (
git commit -m 'Add some amazing feature') - Push to the branch (
git push origin feature/amazing-feature) - Open a Pull Request
Made with ❤️ by Sazumi Cloud

