New User Defaults
Configure default settings automatically applied to newly discovered Plex users, eliminating manual configuration and ensuring consistent policy enforcement.
Quick Setup
- Navigate to Utilities → New User Defaults
- Configure sync and approval settings
- Set movie and show quota defaults (optional)
- Click Save to apply defaults for future users
Configuration
| Setting | Description |
|---|---|
| Enable sync by default | Allow new users to sync watchlists immediately |
| Require manual approval | New users need approval for all requests |
Quota Settings (Movies & Shows)
| Setting | Description |
|---|---|
| Enable quotas | Toggle quota system for content type |
| Quota Type | daily, weekly_rolling, or monthly |
| Quota Limit | Number allowed per period (1-1000) |
| Auto-approve when exceeded | Auto-approve or require manual review |
Router Rules > User Requires Approval > Quota Bypass Approval. User-level approval overrides quota settings.
Features
- Automatic Application: Settings applied when new users are discovered
- Comprehensive Control: Configure sync, approval, and quota defaults
- Flexible Quotas: Independent movie and show quota systems
- Per-User Override: Individual settings can be modified after creation
- Environment Variable Support: Configure via
.envfile for infrastructure-as-code
Example Configurations
Conservative (Public Servers): Sync disabled, approval required, monthly quotas (5 movies, 3 shows)
Moderate (Friends/Family): Sync enabled, no approval, monthly quotas (15 movies, 10 shows) with auto-approval
Open (Private/Personal): Sync enabled, no approval, unlimited quotas
Integration
User Management: After users are created with defaults, modify individual settings via Plex → Users
Approval System: Works with router rules and content criteria - router rules can override user-level settings
Quota System: Usage tracking begins immediately after quota creation with all quota types and reset schedules
Best Practices
- Start conservative and adjust based on user behavior
- Monitor quota usage to optimize default limits
- Document policies clearly for users
- Test changes by adding a test user
- Use environment variables for reproducible infrastructure
Troubleshooting
| Problem | Solution |
|---|---|
| Defaults not applying | Verify settings saved; confirm user is newly discovered (not re-synced); check logs |
| Quotas not created | Ensure quota defaults enabled; check limits within range (1-1000) |
| Env variables not working | Restart application; check for typos; note env vars override web UI |
API Reference
See the Config API documentation for managing new user default settings.