Server Executable

While Nodecraft Studio doesn't provide networking or a server executable for your game, it provides functionality for the game server, so you can focus on your game.

Build Your Server Executable

Once you've integrated your server executable with the Nodecraft Studio APIs you can publish the executable directly on our platform OR via pre-existing solutions such as SteamCMD.

Container-Based Hosting

Nodecraft is built on top of containers via Docker to manage its hosting. Docker provides a layer of containerization, isolation, and security on the host node that hosts each game server without sacrificing the performance that traditional virtualization does. You'll need to create a Docker Image for your game server to setup your game server.

More Info To Come!


What’s Next