Back to Mods
Proximity VoiceChat

Proximity VoiceChat

miscgiulienw

Proximity VoiceChat for Hytale

About Proximity VoiceChat

Voice chat for Hytale servers with a fast, friendly web onboarding flow.

About

Hytale Voice is a local voice relay mod with a built-in web UI. Players join with a browser, complete a short onboarding flow, and hop into voice with push-to-talk and a live mic meter.

Features

Web-based onboarding for login, server URL, and mic setup

Built-in health checks for WebSocket, auth, mic, and server response

Mic test with sensitivity slider, push-to-talk, and live meter

Local relay to keep voice traffic close to your server

Requirements

SSL certificate for the web UI (see reverse proxy example)

Installation

Download the pre-built jar from CurseForge.

Install: Place the jar into your Hytale server mods folder.

Open the web UI: Visit https://<your-domain>/.

SSL via Reverse Proxy (Example)

The web UI requires HTTPS. Use a reverse proxy with an SSL certificate in front of your server.

Example Nginx config:

server { listen 443 ssl; server_name your-domain.example;

ssl_certificate /etc/letsencrypt/live/your-domain.example/fullchain.pem; ssl_certificate_key /etc/letsencrypt/live/your-domain.example/privkey.pem;

location / { proxy_pass http://127.0.0.1:8080; proxy_http_version 1.1; proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection "upgrade"; proxy_set_header Host $host; } } Planned Features (Exact List)

In-game overlay controls for push-to-talk, mute, and mic meter.

Proximity voice with distance attenuation and optional zone rooms.

Party/guild voice channels with quick switching.

Noise suppression and automatic gain control (AGC).

Per-player volume mixer with persistent settings.

Admin tools: live user list, mute/kick, diagnostics.

Crash-safe reconnection with state restore.

Accessibility: voice activity indicators and optional captions.

Troubleshooting

WebSocket errors: verify the server URL and that the endpoint is reachable at /voice.

Auth errors: log in again or check player info.

Mic errors: allow browser microphone permissions and retry the mic test.

Feedback

Send comments or write me on discord (@giulien). Server owner feedback is especially helpful.

Downloads
484
Created
Jan 19, 2026
Updated
Jan 21, 2026
Version
Early Access

Categories

MiscellaneousGameplayQuality of LifeUtility

Download Mod

Download on CurseForge
Free download • 484 total downloads

Need a Server?

Run Proximity VoiceChat on a dedicated Hytale server with easy mod management.

Get Hytale Hosting

Frequently Asked Questions

What is Proximity VoiceChat?

Proximity VoiceChat for Hytale

How do I download Proximity VoiceChat?

You can download Proximity VoiceChat for free from CurseForge. Click the "Download on CurseForge" button on this page to go directly to the download page.

Who created Proximity VoiceChat?

Proximity VoiceChat was created by giulienw. The mod has been downloaded 484 times.

Is Proximity VoiceChat compatible with Hytale servers?

Proximity VoiceChat is designed for Hytale and can be used on both single-player and multiplayer servers. Check the mod page on CurseForge for specific compatibility information.

How do I install Proximity VoiceChat?

To install Proximity VoiceChat: 1) Download the mod from CurseForge, 2) Place the file in your Hytale mods folder, 3) Restart the game. The mod should load automatically.