
AuthProxy
Bypass regional restrictions during online authentication on Minecraft servers! AuthProxy is a solution for cases when Mojang servers are unavailable in your region. This mod allows your server to use a proxy connection to pass authentication.
How it works
Install AuthProxy only on the server side - there's no need for the client since Minecraft already has built-in proxy support. After installation, configure proxy settings through JVM system properties.
Proxy configuration
- SOCKS5 proxy: Add -DsocksProxyHost=address and -DsocksProxyPort=port parameters to your server startup script
- HTTP proxy: Use -Dhttp.proxyHost=address and -Dhttp.proxyPort=port parameters
Example for SOCKS5
If your proxy server is running on 127..0.0.1:1080
, add to the startup command:
- -DsocksProxyHost=127.0.0.1 -DsocksProxyPort=1080
Checking functionality
After starting the server, check the logs - with successful configuration you'll see a message like:
- Use SOCKS/HTTP proxy: host:port
Enjoy stable connectivity without geographical restrictions!