Skip to content

Playbox is a easy to use Minecraft server creation and management tool that uses AWS EC2 instances to create servers

License

Notifications You must be signed in to change notification settings

LimeaidDev/playbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Playbox

Buy Me a Coffee at ko-fi.com
Playbox is a easy to use Minecraft server creation and management tool that uses AWS EC2 instances to create servers
Servers must be ARM Instances
If you have any questions or concerns, join my Discord server, Or dm me @limeadetv

Quick Start

  1. Clone the Repository. Git download
git clone https://github.com/LimeaidDev/playbox.git
  1. Paste your AWS keys in values.py
aws_access_key_id = 'Insert Access Key ID Here'
aws_secret_access_key = 'Insert Access Key Here'
region_name = 'us-east-2'
  1. Run Playbox
    Windows: start playbox.bat
    Debian/Ubuntu: sh playbox.sh

  2. Create your first server

$ create MyFirstServer t4g.medium vanilla

After a while your server should be up and running. In the upper right window, you should see your IP address.

Server IP:
xxx.xxx.xxx.xxx

Commands

  • create <Box Name> <Instance Type> <Server Type> Creates a new server
  • ip <Box Name> Shows the ip of the server
  • list Shows all active servers
  • session <Box Name> Connects you to the tmux session
  • upload <Box Name> path/to/file Uploads a file to the server
  • kill <Box Name> Terminates the associated EC2 instance and deletes all box data

About

Playbox is a easy to use Minecraft server creation and management tool that uses AWS EC2 instances to create servers

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published