Skip to content

Latest commit

 

History

History
62 lines (42 loc) · 1.8 KB

README.md

File metadata and controls

62 lines (42 loc) · 1.8 KB

Panda Control

logo

I had to use NGrok on some projects and found myself in the impasse of having to start it via CMD, so it came to my mind to create a control panel where I could handle the server simply, that's how PandaControl was born.

The system was created entirely in Java. JDK 1.8, Netbeans IDE

image image

Currently the system has two themes, Light and Dark. If you want to add (or have any ideas), do a PullRequest or contact me!

Installation

For now I ran PandaControl only on Windows 32 and 64 bit. If you want to test it on another OS feel free.

You must declare an environment variable to use the software:

Windows:

Move 'pandacontrol' to your UserProfile and
setx %USERPROFILE%\pandacontrol\bin

Usage example

Coming soon

Development setup

Coming soon

Release History

  • 0.2.1

    • ADD: Themes (Dark and Light)
    • ADD: Floating Notification
    • ADD: Change NGrok AUTHTOKEN in PandaControl
    • CHANGE: Update docs (module code remains unchanged)
  • 0.2.0

    • CHANGE: Automatically detect arch
    • ADD: Add trayIconPanda()
    • ADD: Add SplashScreen
  • 0.1.1

    • FIX: Multiple Dashboard Instances
  • 0.1.0

    • ADD: Settings Windows

    image

    • CHANGE: Rename PandaServer to PandaControl
  • 0.0.1

    • Work in progress

Meta

Abner Rodrigues – @KingAspx – KingAspx

Contributing

Coming soon