2025-04-24, 11:51 PM
Honestly, it’s actually quite simple to write a PHP page that interacts with the Jellyfin API to create user registrations and immediately disable those users by default. You just send a few HTTP requests with the right parameters. Then, you build a basic admin panel where you can manually activate users—and to top it off, you hook in a Discord webhook to receive notifications whenever a new registration happens. That’s it. Nothing overly complicated.