Minecraft

FTB Utilities on Forge: Install, Configure and Manage Your Server

Minecraft·May 20, 2026·18 min read

What FTB Utilities Brings to a Forge Server

Forge servers ship surprisingly bare. Vanilla commands and a handful of operator tools, and that is about it. Plugins like EssentialsX simply do not load on Forge, so the gap has to be filled by a mod. FTB Utilities is the long-running answer to that gap: a single mod that adds chunk protection, teleport commands, a rank system, permission nodes and a long configuration file you can shape to match your community.

It is one of those mods that sits in the background and quietly fixes a dozen things at once. This guide walks through installation, the main features, and the settings worth touching after a fresh install.

Installing FTB Utilities

The mod runs on both sides of the connection. You need it on the server and on every client that joins, plus its dependency, FTB Library. Without the library, the server will not boot.

On the Client

  1. Open the CurseForge pages for FTB Utilities and FTB Library, then click Files.
  1. Scroll to the version that matches your Minecraft and Forge build, then click the file name.
  1. Press the Download button to grab each JAR.
  1. Drop both files into your launcher's `mods` folder. The exact location depends on which launcher you use, but the vanilla Minecraft launcher keeps it under `.minecraft/mods`.
  1. Launch the game with the matching Forge profile and confirm both mods load in the Mods menu.

On the Server

The server needs the same two JAR files you just downloaded.

  1. Open your server's control panel and use the file manager or connect through an FTP client.
  1. Sign in with your password and navigate to the `mods` directory.
  1. Use the Upload button and drop both mod files into the panel.
  1. Wait until each JAR reaches 100 percent, then return to the main panel and Restart the server.

Once it boots cleanly, connect with a client that has the matching mods and you are ready to configure things in game.

Getting to Know the Mod

FTB Utilities was first released by LatvianModder around 2015 and racked up more than 70 million downloads on CurseForge. It is widely regarded as one of the best Forge mods for the 1.7.10 to 1.12.2 range, which still covers a huge chunk of modpack territory. The next sections cover the four features players will actually notice.

Chunk Claiming

Claiming chunks lets players protect their builds from griefers, rival factions or that one friend who keeps redecorating without permission. FTB Utilities offers two ways to do it: a GUI inside the inventory screen, and a small set of chat commands.

The GUI is the friendlier option. Open your inventory and click the Claimed Chunks map icon in the top left corner. Left click on a chunk to claim it and right click to release it. A counter in the bottom right tracks how many claims a player has used. For the full breakdown, the FTB Utilities Chunk Claiming wiki page is the canonical reference.

If you prefer commands, the same actions are available from chat for players who want to script their workflow or claim large areas quickly.

Teleport Commands

The teleport set is small but immediately useful. Players can jump to the world spawn, set a personal home and return to it, request a TP to another player or accept one, and a few similar quality-of-life shortcuts. These are the commands that turn a stock Forge server into something that feels community ready.

Ranks and Permissions

Ranks let you decide who can do what. They are enabled automatically when the mod is installed, so you can begin setting them up on the first restart. Most of the work is done through commands, though you can edit the rank files directly if that is faster.

The FTB Utilities Ranks wiki page lists every permission node the mod exposes. Three options are worth understanding before you build a hierarchy:

Power level decides which rank wins when a player belongs to several. Keep the values reasonable so default players cannot accidentally outrank moderators. Higher numbers take priority.

Chat format rewrites how a rank's messages appear. It is the easiest way to distinguish staff from regular players, and it accepts color codes plus the `{name}` placeholder for the username. A bit of color in chat goes a long way.

Per-rank permissions like maximum homes or AFK detection accept a `true` or `false` value at the end of the node. Most options follow that pattern, with a few exceptions like chat format that take a string.

Configuration File

The main config lives at `config/ftbutilities.cfg`, which you can edit through the file manager or via FTP. It toggles which commands are available, controls AFK detection, switches PvP and chunk claiming on or off, and lets you set spawn behavior and starter items. The defaults are sensible, so most servers only touch a handful of values when first setting up.

Troubleshooting

Server crashes on startup. Check that FTB Library is in the mods folder alongside FTB Utilities. Missing the dependency is the most common cause. If both are present and it still crashes, a config file may be corrupted. Delete the FTB Utilities files in `config/` to regenerate them, and verify both mod versions match the Forge and Minecraft version your server runs.

Ranks or commands behave oddly. Confirm the power values are set in a way that puts staff above default players, and make sure you have operator status before running admin-only commands. Many "the command does nothing" reports are just permission ordering.

Wrapping Up

FTB Utilities is one of the few mods that quietly upgrades almost every aspect of a Forge server. Chunk claiming protects builds, teleports save players a long walk, ranks give staff actual structure, and the config file lets you tune the rest. For factions servers, large modpacks or any community where moderation matters, it is hard to find a more complete single mod.

Useful References

  • FTB Utilities Wiki
  • FTB Utilities Permissions
  • FTB Utilities User Commands
  • How to Install Forge Mods on the Client

Still have questions?

Come chat with us and we will get back to you as soon as possible!

Contact Support