How to enable installed Mods

How to activate Mods on tModLoader



1) Log into your Game Panel Account.
2) Head to your Server Overview (Where you can Start, Stop and Restart the server.)
3) Now click over the Configuration Files button
4) Click the Text Editor button on the enabled.json file.
5) Copy and paste the following text and replaceModName” with your mod file name (ie: Your mod is called ThoriumMod, type that):

[
"ModName1",
"ModName2"
]



Note:
Make sure to add a comma to the last item if you're going to add another mod to include it. For Example:


[
"ModName1",
"ModName2",
"ModName3"
]

  • 27 Users Found This Useful
Was this answer helpful?

Related Articles

How to upload tModLoader mods into your server

Please follow the steps below on how to upload mods to your tModLoader server:   Install...