Skip to content
This repository was archived by the owner on Mar 19, 2026. It is now read-only.

daneearchive/PanelManager

Repository files navigation

panel

A manager dashboard for ptero/pelican panel.

quick dev docs

CREATE DATABASE panelmgr;
CREATE USER 'panelmgruser'@'localhost' IDENTIFIED BY 'panelmgrpassword';
GRANT ALL PRIVILEGES ON panelmgr.* TO 'panelmgruser'@'localhost';
FLUSH PRIVILEGES;
exit
npm run css # Build the tailwind css files [production]
npm run css-watch # Rebuilding the css files during changes [development]
node server.js

About

A manager dashboard for ptero/pelican panel.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages