Skip to content

Chr0nicYT/breakout

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to the official Breakout website! Current Breakout Version: b1 (Beta 1)

REPORT ISSUES/QUESTIONS ON THIS REPO!
SUDO IS REQUIRED!
This will tell you how to install Breakout, and how to use Breakout for your servers.
Installing:

  1. Pull the "install.sql" and the "install_breakout.sh" files to your home directory (cd ~)
  2. Type in your terminal: sudo chmod u+x install_breakout.sh
  3. Type in your terminal: sudo sh install_breakout.sh
  4. Do what the script tells you to do.
  5. On your browser, navigate to: http://your-server-ip/install.php and enter your mysql password.
  6. When brought to the login page, type in the username and password you set in the install_breakout.sh script while you were running it.
    6b) If you forgot, get phpmyadmin, and check your username and password in the users database.
  7. Installation is done! Usage on the next step.

Usage:

In order to make a server, you will need to find a server jar. Look for one online (ex: spigot) download it, and place the jar in the directory: /var/www/html/jars/
After you placed it in the directory you will need to give php permission to access it, to do this run: cd /var/www/html THEN RUN sudo chown www-data:www-data * && sudo chown www:data:www-data /
After that, make a server. Click "Create Server" on the sidepanel (left) Fill out ALL OF THE BOXES.
For the server jar write the name of the server jar file you put in the jars directory (including .jar extension) example: If I put spigot.jar in the jars/ directory I would write: spigot.jar
After completing them all out, click Create Server and wait ~ 6 seconds.
Click "Control Server" on the sidepanel (left), and type the server name you created (example: If I put my server name as test, I would type test) then click Control (simpler way coming soon)
Click the button on the server dashboard that you would like. Example: Start (This starts the server)
Don't worry about the eula.txt, the panel did that for you.
To monitor your server log, click console.
You have two textboxes Server Log(Upper) Command Box(Lower) You might wanna click refresh console a few times, as it takes about 15 seconds to actually generate the log.
Never refresh the page directly, as this could cause your previous command to enter, and register twice.
You might get errors saying "banned players not found! etc..." this is normal for the first start, ignore it.
To join your server, go to Minecraft and join: server-ip:port Example(127.0.0.1:25567) You only need to enter the port if it is different than 25565.
To install plugins, open a SCP program, and navigate to: /var/www/html/servers/server-name/plugins and drop your plugin there.
You shouldn't have to run: sudo chown www-data:www-data * && sudo chown www-data:www-data / to your directory for plugins.
Congratulations! You have just installed Breakout Panel, and created your first server! Go ahead, create more! The panel (itself) barely uses any resources!
Found any bugs/glitches/non-working functions? Let me know! Fill a issue on this repo.

Screenshots: Login Install Home Server Dash

About

A new Minecraft panel (for Ubuntu)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages