Community Requests & Feedback
Make a Request.
Shape the Space.
Request new movies and TV shows for our Jellyfin media server, suggest new browser arcade games, or propose features to make HUDHOST better.
Submit a Request
Choose what you'd like to request or submit below.
Community Board
Track request statuses and upvote community ideas.
Add Task
Track server tasks, game releases, and maintenance.
External Media Management
Jellyfin Server Processing Helper
Jellyfin operates on the main HUDHOST server infrastructure outside this web directory. Use this workflow guide and quick lookup tools to process incoming movie and TV show requests.
Search Metadata
Verify release year, IMDb ID, TMDb ID, and season episode counts.
Open TMDb ↗ Open IMDb ↗Download / Import
Import media files to your storage path (e.g. /media/tv or /media/movies) indexed by Jellyfin.
Update Status
Mark the request as "Added to Jellyfin" under the Requests tab so the requester is notified on the board.
Admin Account & Storage Settings
Admin credentials, rate limiting rules, encrypted storage, and data backups.
⚿ How to Change the Admin Password
The administrative credentials are configured in the file:
js/feedback-config.js
To change the password permanently:
1. Open js/feedback-config.js in your code editor.
2. Edit the username (currently hud) and password (currently 1234) in DEFAULT_ADMIN_CREDENTIALS.
3. Save the file. The new credentials will immediately apply to all future logins.
◈ Security & Rate Limiting Enforcement
Login attempts are strictly limited to 5 attempts per minute (60 seconds). Any user exceeding 5 failed attempts is automatically locked out with a real-time countdown.
Recent Login Attempt Log:
⤓ Data Management & Server Storage Folder
All dynamic and sensitive information (feedback submissions, tasks, encrypted admin notes, and security logs) is isolated in the server's storage/ folder to persist across site directory reinstallations and updates.