# How to Fix "Fun"com's New Mod Issue from the latest Conan update
Yesterday, we had a conan update that broke everyone's modded servers. Here's the fix instructions!
**Server admins**, see the last section for steps for fixing the server. You MUST fix the server before your users follow this guide.
## Quick Instructions for Techies:
Delete the modcontrollercache.json and Modrestartdata.json files from your conansandbox\saved folder
Delete the entire "ModsCached" folder too
Copy/paste the mod load order below into your modlist.txt
Delete your servermodlist.txt
Unsubscribe from all Conan mods in the workshop
Re-log into the game and let mods download
## Step-by-Step for Non-Techies
1. On your computer, go to the following folder
`C:\Program Files (x86)\Steam\steamapps\common\Conan Exiles\ConanSandbox\Saved`
*NOTE: This is the most common location. If you installed your steam games in a different drive or folder than default (like I do), you'll need to take that into account when going to the folder locations*
2. In that folder, delete the file called `ModControllerCache.json` and `Modrestartdata.json` (right-click -> Delete)
3. Now delete the entire folder called `ModsCached`
4. Select all of the following text in the box and press CTRL + C to copy it (or right-click -> copy)
NOTE: the ..\ tells windows to go up one directory. Don't worry about it, just copy and paste exactly as below:
NOTE for other server admins: you obviously need to edit this to reflect the mods you use in the order you use them.
```
..\..\..\..\workshop\content\440900\1369802940\Emberlight.pak
..\..\..\..\workshop\content\440900\2050780234\BarbarianBarber.pak
..\..\..\..\workshop\content\440900\1966733568\immersivearmor.pak
..\..\..\..\workshop\content\440900\2752945598\Beyond_Decor_II.pak
..\..\..\..\workshop\content\440900\1367404881\Savage_Steel.pak
..\..\..\..\workshop\content\440900\1629644846\KerozardsParagonLeveling.pak
..\..\..\..\workshop\content\440900\1159180273\StylistPlus.pak
..\..\..\..\workshop\content\440900\931088249\BetterThralls.pak
..\..\..\..\workshop\content\440900\1797359985\UIMod_Hosav.pak
..\..\..\..\workshop\content\440900\1396310739\StacksizePlus.pak
..\..\..\..\workshop\content\440900\2759672856\Archery_Evolved.pak
..\..\..\..\workshop\content\440900\2098700751\AccessoryEquipment.pak
..\..\..\..\workshop\content\440900\1823412793\ModControlPanel.pak
..\..\..\..\workshop\content\440900\2723987721\Pythagoras_Support_Beams.pak
..\..\..\..\workshop\content\440900\1444947329\LBPR_Collision_Update_Add_On.pak
..\..\..\..\workshop\content\440900\1369743238\No_Building_Placement_Restrictions.pak
..\..\..\..\workshop\content\440900\877108545\UnlockableContainers.pak
```
5. Now go to
`C:\Program Files (x86)\Steam\steamapps\common\Conan Exiles\ConanSandbox\Mods`
6. Open modlist.txt, delete all the text inside it. Paste in the text you copied above (CTRL + V or right-click -> paste)
7. Close and Save the file
8. Go to `C:\Program Files (x86)\Steam\steamapps\common\Conan Exiles\ConanSandbox\`
9. DELETE the file called servermodlist.txt
10. Go to the Steam workshop and find your subscribed mods, unsubscribe from all mods (on the right there is a button. See screenshots below to get to your subscribed items)


11. Start the game as usual and let the mods re-download
## Server Admins
1. Stop your server
2. On your server, make sure you've installed the latest conan update and uninstall/reinstall Fashionist mod.
3. Delete the entire "ModsCached" folder on your server and the `ModControllerCache.json` and `Modrestartdata.json` if they exist
4. Set your mod load order in your modlist.txt to be the correct order
5. Have your players follow the instructions above (and make sure you do too!)