CEE Mod Manager is a simple, user-friendly application designed to help you easily manage your Conan Exiles mods, profiles, and server setups. Whether you are running a local game, managing a dedicated server, or dealing with the Steam Workshop, this tool makes everything significantly easier.
To run the manager in Docker production, use the following command:
docker-compose -f docker-compose.release.yml up --build -dYou can access the web interface at http://localhost:6080.
If you want to contribute, edit the code, or test changes, you should use the development environment instead. The development environment maps your local files directly into the container and enables hot-reloading (saving a .py file instantly restarts the app).
To run in development mode:
docker-compose up --build- Mod Load Orders: Easily organize your active mods, import new ones, and build stable profiles.
- Server Management: Configure and launch your dedicated server effortlessly.
- Cross-Platform: Works on Windows, and natively on Linux through the included Docker setup.
- Full Linux Support: Natively discover Steam and Conan paths on Linux platforms, including standard
~/.steamlibraries. - Proton Integration: Server tracking reliably detects Dedicated Server executables running via Steam's Proton compatibility layer.
- Docker Environment: Introduced a comprehensive web-based Docker development/deployment image.
- Linux SteamCMD: Properly interfaces with Linux
steamcmd.shfor downloading and updating Workshop mods.
This repo is fully Linux compatible without any workarounds. This includes the use of SteamCMD and Proton (when installed via Steam).
This application is a customized fork built to expand and refine the features of the original tool. You can find the original repository here: Vercadi/conan-exiles-enhanced-manager
This project is licensed under the MIT License - see below for details.
MIT License
Copyright (c) 2026 dbowlin
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.