Your game will start after this message close. Report Cinematic Bug Install or enable Adobe Flash Player. Alternatively, we also recommend the SuperNova! Plugin for Chrome as an easy way to enable Flash content in the browser.
Get more out of your Kongregate experience. Take advantage of ad-free gaming, cool profile skins, automatic beta access, and private chat with Kong Plus. Learn more ». We have reduced support for legacy browsers.
Trending with Friends Activity Feed g Register or sign in to start receiving activity updates from around Kongregate! Host Your Game on Kongregate An open platform for all web games!
Find documentation and support to get you started. Upload Your Game Our Publishing Program With our publishing program, we can help get your games to millions of users on multiple platforms! Create Listings. Tired of ads on Kongregate? By submitting your email, you agree to the Terms of Use and Privacy Policy. Pterodactyl is a server management platform that uses Docker containers to manage instances of applications.
Pterodactyl has two main components: the control panel which hosts the web interface and talks to the daemons, and the daemons themselves that run on the host servers, which act as worker machines that run on your hardware. The control panel can be installed on a basic VPS, or you can install it directly on one of the host servers alongside the daemon.
The daemon manages the Docker containers that the game servers run inside of. Docker is a containerization tool, which basically packs up all the dependencies and code your application needs to run into one file, called a Docker image, which can be copied to start new servers. This allows you to define how to launch one Minecraft server, and then deploy 20 copies of that master Minecraft server image, with varying configuration, all without installing Java 20 times.
Instead, you can refer to their installation guide , which should stay up to date. Give it a name and description, and enter in the domain name that can be used to reach the daemon.
This is node-wide, so enter in the specs of your machine here. Then, you can start the daemon with sudo npm start. Server configuration starts with Eggs, which contain the bulk of the variables, and define which Docker image to use. Eggs are categorized into Nests based on the game; for example, the Minecraft nest contains Eggs for vanilla, as well as modded server configurations like Forge, Paper, and BungeeCord. In my case, I set this to update the server to the correct steam branch, then fetch the latest build of my code from TeamCity server.
0コメント