Server
First Server Run
First Server Run
What Happens on First Start
On startup, the server looks for ServerProperties.json in the current directory and subdirectories.
If the file is not found, the server automatically creates:
config/directoryconfig/ServerProperties.json
Startup Arguments
--exit-on-invalid-propertiesServer exits if config is broken or invalid.--language <culture>Overrides startup language, for exampleen-US,nl-NL,zh-CN,zh-TW.
Example:
./VoiceCraft.Server --exit-on-invalid-properties --language en-US
Default Ports
- VoiceCraft UDP:
9050 - McHttp:
http://127.0.0.1:9050/ - McWss:
ws://127.0.0.1:9051/
Quick Pre-Production Checklist
- Change
LoginTokenfor bothMcHttpConfigandMcWssConfig. - Verify firewall/NAT and port forwarding.
- Ensure
PositioningTypematches client-side settings. - Set
MaxClientsaccording to your host capacity.