❓ 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