At the moment, we recommend using IPv4 instead of IPv6.
This is because IPv6 traffic is currently being redirected (tunneled) to the IPv4 network. Such routing may cause additional latency and affect connection quality.
Using IPv4 directly ensures a more stable connection and a better gaming experience.
We are working on optimizing IPv6, but for now we recommend disabling it for stable gameplay.
Windows 10/11:
Open Control Panel → Network and Sharing Center → Change adapter settings.
Right-click your active network connection and select Properties.
Uncheck Internet Protocol Version 6 (TCP/IPv6).
Click OK and restart your computer.
macOS:
Open Terminal.
Run the following command:
networksetup -listallnetworkservicesIdentify the active interface (e.g.,
Wi-FiorEthernet), then run:networksetup -setv6off "Wi-Fi"Replace
"Wi-Fi"with the name of your interface.
Linux (Ubuntu/Debian):
Open Terminal.
Edit the GRUB config:
sudo nano /etc/default/grubFind the line starting with
GRUB_CMDLINE_LINUXand add:ipv6.disable=1Example:
GRUB_CMDLINE_LINUX="ipv6.disable=1"Save the file and run:
sudo update-grub sudo reboot