whatisgithub

What is conanpatcher?

allquixotic/conanpatcher — explained in plain English

Analysis updated 2026-07-23 · repo last pushed 2022-12-08

5C#Audience · ops devopsComplexity · 3/5DormantSetup · moderate

In one sentence

A tool for Conan Exiles server admins to control mod update timing and sync exact mod versions to players via rsync, preventing version mismatch kick-outs.

Mindmap

mindmap
  root((repo))
    What it does
      Controls mod updates
      Syncs files to players
      Overwrites mod list
    Tech stack
      CSharp
      rsync
      steamcmd
      Linux scripts
    Use cases
      Private server mod control
      Avoid surprise updates
      Match player versions
    Audience
      Server admins
      Player communities
    Setup
      JSON config
      File hosting server
      Windows client app

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

What do people build with it?

USE CASE 1

Run a private Conan Exiles server where you control exactly when mod updates happen instead of Steam deciding for you.

USE CASE 2

Distribute matching mod files to all your players so nobody gets kicked off due to version mismatches.

USE CASE 3

Hold back a broken mod update until the fix is ready, keeping your server stable for your community.

What is it built with?

C#.NETrsyncsteamcmdLinuxJSON

How does it compare?

allquixotic/conanpatcheradrenak/scene-switcheralenvelocity/waketoxbox
Stars566
LanguageC#C#C#
Last pushed2022-12-08
MaintenanceDormant
Setup difficultymoderateeasymoderate
Complexity3/51/53/5
Audienceops devopsdevelopergeneral

Figures from each repo's GitHub metadata at analysis time.

How do you get it running?

Difficulty · moderate Time to first run · 1h+

Admin needs a Linux server with rsync daemon configured plus comfort with steamcmd and command-line tools, players just download and run a Windows app.

No license information is provided in the explanation, so usage rights are unclear.

So what is it?

If you run a Conan Exiles server with mods, you know the headache: Steam Workshop pushes updates whenever mod authors release them, and players often end up with different versions than the server. When that happens, players can't join. The Conan Exiles Steam Workshop Mod Patcher solves this by letting the server administrator control exactly when mod updates happen, then distributing those files directly to players instead of relying on Steam. The server admin sets up a small file-hosting system on their end, grabs the specific mod versions they want using Valve's steamcmd tool, and configures a simple JSON file with the details. Players download a small Windows program, open it, and click a single button. The program pulls the exact mod files from the admin's server using a file-syncing method called rsync, which only downloads what's changed, so it's efficient even on slower connections. It also overwrites the player's mod list file to match the server's, removing any guesswork. This is for dedicated server hosts and their player communities. For example, if you run a private server with ten mods and one mod author pushes a broken update, you can simply wait to update until the fix is ready. Your players run the patcher, everyone gets the same files, and nobody gets kicked offline by surprise updates. The README notes one important caveat: running the patcher will delete mods from other servers the player might have installed, so admins should warn their community up front. The project is built in C# and targets an older version of .NET for maximum compatibility with aging Windows machines. The server side relies on Linux scripts and an rsync daemon, so the admin needs some comfort with command-line tools. It's a pragmatic, community-oriented solution that trades Steam's convenience for stability and control.

Copy-paste prompts

Prompt 1
Help me set up an rsync daemon on my Linux server to host Conan Exiles mod files for my player community using the Conan Exiles Steam Workshop Mod Patcher workflow.
Prompt 2
Write a JSON config file for the Conan Exiles Mod Patcher that lists five Steam Workshop mod IDs with specific versions I want to pin for my private server.
Prompt 3
How do I use steamcmd to download specific versions of Conan Exiles mods from the Steam Workshop so I can host them for my community?
Prompt 4
Create a message I can post on my Discord server warning players that running the Conan Exiles Mod Patcher will delete mods from other servers they have installed.
Prompt 5
Help me package the C# Conan Exiles Mod Patcher client so players on older Windows machines can download and run it with one click.

Frequently asked questions

What is conanpatcher?

A tool for Conan Exiles server admins to control mod update timing and sync exact mod versions to players via rsync, preventing version mismatch kick-outs.

What language is conanpatcher written in?

Mainly C#. The stack also includes C#, .NET, rsync.

Is conanpatcher actively maintained?

Dormant — no commits in 2+ years (last push 2022-12-08).

What license does conanpatcher use?

No license information is provided in the explanation, so usage rights are unclear.

How hard is conanpatcher to set up?

Setup difficulty is rated moderate, with roughly 1h+ to a first successful run.

Who is conanpatcher for?

Mainly ops devops.

Open on GitHub → Ask about another repo

This repo across BitVibe Labs

Verify against the repo before relying on details.