Modscraper Modscraper Minecraft
Modflared logo

Modflared

Mod

by HttxRafa

Automatically connects you to a Cloudflare tunnel without having to install cloudflared separately.

Type

Mod

CurseForge Downloads

16,372

CurseForge ID

997330

Modrinth Downloads

37,979

Modrinth ID

uRHq6kbO

Last Updated

Jun 10, 2026

Description

# Modflared Automatically connects you to a [Cloudflare tunnel](https://developers.cloudflare.com/cloudflare-one/connections/connect-apps/) without having to install [cloudflared](https://developers.cloudflare.com/cloudflare-one/connections/connect-apps/install-and-setup/installation/) separately. #### This mod has not yet been fully tested! ## How to use To be able to use the mod you have to be on the operating system Windows, Linux, or MacOS. ## Other resources For more detailed instructions, you can read [Adalie's blog post](https://dacubeking.com/2024/02/28/Proxying-Minecraft.html). ## Configuring Cloudflared You need to set up cloudflare on your server for this to work. There's plenty of guides on how to do this elsewhere. Make sure in your config file (possibly in `/etc/cloudflared/config.yml`) you have the lines: ```YML - hostname: example.domain.net service: tcp://localhost:25565 ``` Replace `example.domain.net` with the correct subdomain you want to use. If you're running multiple instances (eg. with docker), change the port 25565 to whatever port you're using. Restart the cloudflare daemon (`sudo systemctl restart cloudflared`) to apply the changes. Add the correct DNS entry: go to [Cloudflare dashboard](https://dash.cloudflare.net), go to your website and DNS entries, then add a new CNAME DNS entry with your subdomain and set the target to `.cfargotunnel.com`, with the tunnel ID found in the cloudflare config.yml file. ### Example DNS Entries ![Example CNAME](https://raw.githubusercontent.com/HttpRafa/modflared/multi/latest/.github/images/dns_cname.png) ![Example TXT](https://raw.githubusercontent.com/HttpRafa/modflared/multi/latest/.github/images/dns_txt.png) ### For Players If your server admin has properly configured their server you should be able to connect to the server as usual. No extra configuration is needed. If your server admin has not properly configured their server, you will need to add their server to the `forced_tunnels.json` file in the modflared config folder. #### Example configuration (modflared/forced_tunnels.json) ```JSON ["example.domain.net", "example2.domain.net"] ``` ### Server Admins (Setting Up cloudflared) Install Cloudflared as described in the “Configuring Cloudflared” part above. #### Telling modflared to use connect to your server using cloudflared For the hostname that you want your players to connect to (eg. `example.domain.net`), create a TXT dns record with either of the following values: - `cloudflared-use-tunnel` - This will make modflared connect to the tunnel on the hostname itself (eg. `example.domain.net`) - `cloudflared-route=` - This will make modflared connect to the tunnel under the hostname of ``. (ex. setting `cloudflared-route=example2.domain.net` will make modflared connect to the tunnel on `example2.domain.net` instead of `example.domain.net`)

Compatibility

Mod Loaders

Fabric Forge Neoforge

Game Versions

1.16.5 1.18.2 1.19.2 1.20.1 1.20.2 1.20.4 24w13a 1.20.6 1.21 1.21.1 +12 more

Similar Mods

Included in Modpacks

External Resources