Console Master

Console Master

207 Downloads

Github All Releases GitHub license GitHub stars GitHub forks

What is Console Master?

Console Master is a Powershell Script for managing java based servers (tested with Minecraft, Minecraft Forge, and Bukkit)

Download

You can get it from the Releases, Powershell Gallery, or Curse

Virus Note

I can assure you that the ConsoleMaster.ps1 file is 100% safe! The entire zip package (with the script and the README) has been tested at Virus Total. Any detections are false positives and should be ignored

Update Note

Because Console Master is a Powershell script, it does not have to be re-downloaded for every new update! Just run the command Update-Script ConsoleMaster -Verbose and Powershell will begin to update the script automatically! However, this case would only work if you had installed Console Master through the Powershell Gallery Method. If you just downloaded the script itself, you'll need to re-download it for every new update.

Installation Instructions

Powershell Gallery Method

  1. Ensure you have Powershell 5.1 (This version came with my PC, thus it was made for it. I'm unsure older versions will cope) and Ngrok (you visit this video to see the full process of setting up Ngrok to work with your Minecraft server) installed on your machine
  2. Open an instance of Powershell in administrative mode
  3. Set PowerShell's Execution Policy to either RemoteSigned or Unrestricted by running Set-ExecutionPolicy "PolicyNameHere"
  4. Then run the command Install-Script -Name ConsoleMaster to save the script
  5. The script should be downloaded, now locate it within your Powershell Script installation dictionary and place it somewhere useful and that does not require administrative permissions
    • Here are some ways that the installation dictionary will appear
      • C:\Users<uernamehere>\Documents\WindowsPowerShell\Scripts
      • C:\Program Files\WindowsPowerShell\Scripts'.
  6. Run the script and set up the basic information
  7. The script is completely set up and ready!

Manual Download Method

  1. Ensure you have Powershell 5.1 (This version came with my PC, thus it was made for it. I'm unsure older versions will cope) and Ngrok (you visit this video to see the full process of setting up Ngrok to work with your Minecraft server) installed on your machine
  2. Open an instance of Powershell in administrative mode
  3. Set PowerShell's Execution Policy to either RemoteSigned or Unrestricted by running Set-ExecutionPolicy "PolicyNameHere"
  4. Download the script from either Github, Powershell Gallery, or Curse
  5. After it is downloaded, place it somewhere useful and that does not require administrative permissions
  6. Run the script and set up the basic information
  7. The script is completely set up and ready!

More Information

Visit the Wiki page if you'd like to download and see what the script has to offer!

Screenshots

Main Menu

Settings Menu