ProxySwitcher
ProxySwitcher adds SOCKS4/SOCKS5 proxy support to Minecraft Fabric 1.16.5+, with saved proxies, quick switching, auth, and testing.
Quick challenge
How far can you run before the mobs catch you?
Minecraft check
Confirm your run
Complete the quick check to get your code.
ProxySwitcher
ProxySwitcher is a client-side Fabric mod for Minecraft 1.16.5+ that adds SOCKS4 and SOCKS5 proxy support directly to the multiplayer menu.
It adds a compact `Proxy` button to the server list screen, allowing you to quickly configure, test, save, and switch proxies without editing files manually.
Features - SOCKS4 and SOCKS5 proxy support - Username/password authentication for SOCKS5 - SOCKS4 User ID support - Saved proxy list - Quick proxy switching with double-click - Proxy test button - Smart proxy input parsing - Client-side only, server installation is not required
Supported proxy formats ```text ip:port domain:port ip:port:login:pass ip:port@login:pass login:pass@ip:port ```
Examples: ```text 127.0.0.1:1080 proxy.example.com:1080 127.0.0.1:1080:user:pass user:[email protected]:1080 ```
Notes - SOCKS4 does not use passwords, so the password field is hidden when SOCKS4 is selected. - The proxy test checks connection to `funtime.su:25565`. - This mod is required only on the client. Servers do not need to install it.