Skip to content
This repository was archived by the owner on Aug 11, 2021. It is now read-only.

houby-studio/Minecraft-RCON-Web-Console

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Minecraft RCON Console

Tool for send server command via RCON protocal of minecraft server by website.

alt tag

alt tag

Version

2.1
  • Change query library.
  • Fix responsive on mobile.
  • Update jquery version.
  • Update bootstrap version.
2.0
  • Responsive design.
  • Change theme.
  • Fix file path.
  • Console clear button.
  • Update jquery version.
  • Update bootstrap version.
1.0
  • Send command to server directly.
  • Show server status and number of current player online.
  • List all name of current player online.

Setting up

  1. Download/Clone source file
  2. Edit "config.php" (port number and RCON password on you.)
$rconHost = "localhost";
$rconPort = 25575;
$rconPassword = "rconpassword";
$queryHost = "localhost";
$queryPort = 25585;
  1. Edit "authsys.php" to create accounts (information in file) - the default username is admin, default password 1234abcd
  2. Upload all file to your server.
  3. Edit your "server.properties" file. add (port number and RCON password on you.)
query.port=25585
rcon.port=25575
rcon.password=rconpassword

and change

enable-rcon=true
enable-query=true
  1. Restart your server.
  2. Done.

About

Minecraft RCON Web Console. Created with basic PHP, Bootstrap and jQuery. Spin-off of the once popular ekaomks project.

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • PHP 79.4%
  • JavaScript 17.8%
  • CSS 2.8%