โ Frequently Asked Questions (FAQ)
๐ง What is this mod?
Factorio Admin Command Center (FACC) is a powerful GUI-based toolkit that gives you full administrative control over your world โ without typing commands.
Perfect for single-player or server admins, FACC helps automate, debug, cheat, and manage your factory from an intuitive interface.
โก๏ธ Works with Factorio 2.0+
โก๏ธ Available here on the Mod Portal and also on GitHub
๐ ๏ธ What can it do?
- ๐งฑ Instantly build blueprints and revive ghost entities (including landfill)
- ๐บ๏ธ Reveal or hide the map
- โก Recharge electric structures
- ๐ Convert structures and inventory into legendary-quality items
- ๐๏ธ Remove cliffs, nests, and pollution
- ๐ Unlock all recipes, technologies, and achievements
- ๐ง Built-in Lua Console (GUI-based)
- And more...
Everything is handled via buttons, tabs, and sliders โ no typing required.
See full feature list in the README
๐ฆ How do I install it?
๐ข From the Mod Portal (Recommended)
Youโre already here!
Click Install from inside Factorioโs Mods โ Browse Mods menu.
๐ป From GitHub
- Download the latest
.zip
from:
๐ https://github.com/loadsec/factorio-admin-command-center/releases - Move the
.zip
into yourmods/
folder - Don't unzip it โ Factorio handles that for you
๐ฎ Is it multiplayer compatible?
Yes!
- โ Single-player: Full access to all features
- โ Multiplayer: Only admins can see or use the menu
๐ฏ How do I open the GUI?
- Press the shortcut:
CTRL + .
- Or click the โFACCโ button at the top-left of your screen
You can rebind the shortcut in Settings โ Controls โ Mods
๐ Which languages are supported?
- ๐บ๐ธ English (default)
- ๐ง๐ท Portuguรชs (Brasil)
Want to help translate? Open a pull request
๐งญ How do radius tools work?
Some features let you define an area of effect using sliders inside the GUI:
- Reveal Map โ up to 150x150
- Remove Nests / Cliffs โ up to 50x50
- Convert to Legendary โ up to 150x150
Each has a dedicated slider for quick adjustment.
๐ง How does the Lua Console work?
The built-in Lua Console lets you:
- Write and execute Lua code in a safe GUI box
- Use multiline input and command memory
- View error feedback in-game
Only available to admins or in single-player for safety.
๐ Can I keep achievements enabled?
Factorio disables achievements when mods are used โ but you can restore them using external tools:
- Windows: FactorioAchievementEnabler
- Linux: FAE_Linux
- macOS: Not available yet
โ ๏ธ Use at your own risk โ these tools patch the game binary.
๐ก๏ธ Is it safe?
Yes โ FACC uses safe, built-in APIs only. No remote calls or unsafe manipulation.
It also checks for admin permissions before allowing access to any tool.
๐ Where is the config file?
FACC doesnโt require a config file. All features are controlled through the GUI.
๐ง I want to suggest a feature or report a bug
Awesome! Head over to the official GitHub:
๐ https://github.com/loadsec/factorio-admin-command-center
There you can:
- Open issues
- Submit feature requests
- See development updates
๐ค Can I contribute?
Absolutely!
You can:
- ๐งช Test features and report bugs
- ๐ Add new translations
- ๐ก Suggest ideas
- ๐จโ๐ป Submit pull requests
See the Contributing Guide