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

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

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages