Note: This backend is not affiliated with or endorsed by Epic Games, nor is it ready for production.
Neodyme is a fully-featured Node.js backend for Fortnite (s1-32), designed to provide a completely independent alternative to the official Epic Games servers. It supports most core systems of the game, from account management to matchmaking, social features, XMPP, shop, website and more.
Latest version: 1.2.8
Latest API version: 1.8
Join the Discord Server: https://discord.gg/gWpDVKR4nF
- ✅ Secure login and authentication system
- ✅ Multi-account support
- ✅ Web interface
- ✅ Fully implemented MCP (profile service)
- ✅ Complete friends system: friend requests, acceptance, removal
- ✅ Token system and full XMPP support (chat, presence, private parties)
- ✅ Working matchmaking system
- ✅ Complete store/economy backend (V-Bucks, cosmetics)
- ✅ Cloudstorage system
- ✅ Customizable configuration via
server.propertiesand theconfig/directory - ✅ Automatic dependency installation
- ✅ Customizable events and tournament system
- ✅ Self-hosted backend with no proprietary dependencies
- ✅ Detailed logs and monitoring
- ✅ Custom command system (Console Server, see the documentation)
- ✅ Plugin system to easily extend and customize the backend
- ✅ Economics endpoints (EXP, V-Bucks)
- ✅ Database system (JSON, MongoDB)
- 📂 Finish and expand the website (leaderboards, 2FA setup, player stats, etc.)
- 🔄 🧰 Admin Panel - core features done (BETA), ongoing: shop editor, live config, events manager
- 💾 Implement all remaining storage systems (SQLite, MySQL, PostgreSQL)
- 🔐 Finish 2FA setup
- 📘 Complete the public API
- 🛡️ Implement Ward (AntiCheat)
- 🎮 Add Creative mode system
- 🎯 Add Game Modes manager (available modes rotation, queues, etc.)
- 🏁 Implement queue system for matchmaking / waitingroom
- 🏆 Implement leaderboard system
- 👢 Member kick from party (captain only)
See more - Full Roadmap & Features
Neodyme supports a powerful plugin system. See the available plugins or create your own!
- Download the latest version of the backend.
- Run
install_packages.batto install all dependencies (only required once). - Launch the server using
start.bat.
- Backend built with Node.js
- WebSocket & XMPP support via
ws - Express for the web interface
- JWT-based authentication
- Modular Plugin system for easy expansion
Neodyme is 100% open-source and aims to provide a community Fortnite backend alternative. It is in no way affiliated with or endorsed by Epic Games.
Contributions are highly welcome! Feel free to open issues or submit pull requests.
- Discord: @aorux01
- Discord Server: https://discord.gg/gWpDVKR4nF
MIT License