Setup Steps
Follow these steps to start using Crafter and manage your own server website.1. Create a Crafter Account
As a first step, you need to register on the Crafter platform. You will manage all your websites and settings through this account.Go to Registration Page
Fill out the registration form and verify your email address to create a free Crafter account.
2. Add a Website from the Admin Panel
After successfully logging in, your admin panel (dashboard) will greet you. From here, you can start your project by creating a new website registration.- Log in to the Admin Panel: Log in with your registered credentials.
- Find the “Create New Site” Button: Click on this button in the panel.
- Enter Your Site Information: Complete the registration by entering basic information such as your site’s name and address in the form.

Pricing
Pricing
Check our prices, the most affordable and fastest game server CMS solution - Crafter!
3. Set Up Your Project Locally
Now that you’ve successfully created your website, it’s time to set up the project on your own computer.Download Project Files
Download Project Files
Clone or download Crafter’s default theme (Crafter Default Theme) from GitHub to your computer as a ZIP file.
Install Required Packages
Install Required Packages
After entering the project folder, run the following command to install all required Node.js packages: Or
4. Configure Environment Variables (.env)
You need to set up environment variables for the project to communicate with Crafter services. This step must be completed before starting the project. Create a file named.env.local in the root directory of your project and paste the following content into it.
You can get your
WEBSITE_ID and LICENCE_KEY information from your site settings in the Crafter Admin Panel.5. Build the Project
The last step before being completely ready! Build your website to prepare it for launch.6. Start the Project
Once all setup and configuration steps are complete, use the following command to start the development server.- For Windows
- For Linux
If you are working on Windows, update the “start” command in the package.json file with “next start -H 0.0.0.0”.
Next Steps
API Integration
Learn how to integrate with Crafter’s powerful API
Payment Providers
Set up payment systems for your server store
Game Server Integration
Connect your Minecraft, FiveM, Rust, or CS2 server
Security Settings
Protect your site with Cloudflare Turnstile
Need Help?
Join Our Discord Community
Get help from our community and stay updated with the latest developments.

