Skip to content
This repository has been archived by the owner on Jun 11, 2022. It is now read-only.
/ minecraft-server Public archive

Minecraft server deployed to AWS EC2 and Vultr Instances.

Notifications You must be signed in to change notification settings

Ofadiman/minecraft-server

Repository files navigation

Minecraft server

I created this project to test the performance of the Minecraft server depending on the amount of available resources and the number of logged-in users. In the project, I also wanted to learn how to use terraform CDK to manage the infrastructure using TypeScript.

Display docker statistics

  • docker stats - The command returns a live data stream for running containers.

RCON

A Minecraft server created from the itzg/minecraft-server image allows RCON by default. For more information on using RCON to run commands, click here.

Random notes

  • The Minecraft server configuration is stored in the server.properties file. If I want to edit the default configuration then I will probably have to stop the server, edit the server.properties file and start the server again.
  • There is a chance that I may want a whitelist on the server. Information on how I can set up a whitelist can be found here, and the minecraft username to uuid converter can be found here.

Resources