Wizarr is an open-source software designed to simplify the management of media servers such as Jellyfin, Plex, and Emby. Initially created to allow users to easily invite others to their media servers, Wizarr has rapidly evolved with plans to broaden its scope. The ultimate goal is for Wizarr to become a versatile, centralized server management tool that can seamlessly interact with various APIs, allowing users to manage, configure, and deploy settings across multiple server environments.
⚠️ Warning!
Wizarr originally was located at wizarrrr/wizarr however it was stolen, to continue using Wizarr effectivly in the future please migrate over to this repository.
-
Multi-Server Management:
- Manage multiple servers from a single interface
- Add, remove, and configure servers easily
-
Invitations:
- Create and manage user invitations for Plex, Jellyfin, and Emby
- Customize invitation settings and templates
-
Multiple Languages:
- Wizarr supports multiple languages, making it accessible to a global audience
-
Live Notifications:
- Receive real-time notifications for server events and updates
- Stay informed about server status and user activity
-
Swagger API:
- Access a powerful API for developers to integrate Wizarr with other applications
-
Dark Mode:
- Enjoy a sleek dark mode interface for comfortable usage in low-light environments
-
PostgreSQL Database:
- Wizarr uses PostgreSQL for efficient data storage and management
- Support for SQLite too, but not recommended for production use
ALPHA STAGE
Wizarr is currently in the alpha stage of development. While it is functional, many features are still in the works or missing. We are actively working on improving the software and appreciate your feedback. Please report any bugs or issues you encounter.
JUST FOR TESTERS
You can follow the instructions on our Website to get Wizarr up and running in no time.
JUST FOR DEVELOPERS:
Note: Make sure that you have Docker installed on your system. You can find the installation instructions for Docker on the official Docker website.
-
Clone the repository:
git clone https://github.com/wizarrrrr/wizarr.git
-
Change to the project directory:
cd wizarr
-
You can now start Wizarr in development mode using Docker Compose:
docker compose -f ./docker/docker-compose.dev.yml up
-
Open your web browser and navigate to
http://localhost:5690
to access the Wizarr web interface.