Requirements
- Node.js 20+ (Node 22 LTS recommended)
- MongoDB 6+ (local instance or MongoDB Atlas)
- npm, yarn, or pnpm
Clone & install
git clone https://github.com/OpenNextCMS/openext.git
cd openext
npm installEnvironment
Copy the example env file and configure your database connection:
# .env
MONGODB_URI=mongodb://localhost:27017/openext
JWT_SECRET=your-secret-keyRun development server
npm run devThe CMS runs on port 3011 by default:
http://localhost:3011Production build
npm run build
npm run startNext steps
See the Get Started guide or the GitHub repository for the latest setup instructions.