Compatibility
Minecraft: Java Edition
1.21.4–1.21.5
1.21.1
1.20.6
1.20.1
1.19.4
1.18.2
1.17.1
1.16.5
1.15.2
1.14.4
Platforms
Supported environments
75% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Creators
Details
AuthlibProxyForServer
Copyright (c) 2025 Calboot and contributors
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/
Conclusion
Authlib proxy for server.
Mostly based on Fallen-Breath's template
Links
Usage
- Install this mod to your server (dedicated only)
- Start the server once
- Edit
$SERVER_ROOT$/config/authlib.proxy.json
, it should look like below
{
"enabled": false, // set to true to enable
"type": "HTTP", // or DIRECT, SOCKS
"host": "127.0.0.1", // either IP or host name
"port": 7897 // [0,65536)
}