Back to Tools
Hytale Config Validator
Validate your server configuration files. Check JSON syntax, schema compliance, and get helpful suggestions.
Server Config
Validation Results
Paste your config and click validate
Config Tips
- Always backup configs before editing
- Use the template as a starting point
- Test changes on a dev server first
- Check server logs after applying changes
About Hytale Server Configuration
Common Config Files
- server.json: Main server settings (port, players, MOTD)
- permissions.json: Player groups and permissions
- whitelist.json: Allowed players list
- banned-players.json: Banned players list
Troubleshooting Tips
- Check for trailing commas (not allowed in JSON)
- Ensure all strings are double-quoted
- Verify bracket/brace matching
- Use UTF-8 encoding for special characters