To install mods on tmodloader, you need:
1. Download mod and move this file to server in folder "mods". (You can find mods here)
2. In folder "mods" create file "enabled.json" and write in this file:
[ "ModName" ]
For multiple mods:
[ "ModName1", "ModName2", "ModName3" ]
Additional information for install tmodloader version 0.11.8.9 and older:
1. Remove all files on server.
2. Download zip archive one of version on github (linux os).
3. Extract zip arhive to server.
4. On server panel in settings remove all in startup command and paste:
chmod +x tModLoaderServer.bin.x86_64 && ./tModLoaderServer -ip 0.0.0.0 -port {{SERVER_PORT}} -maxplayers {{MAX_PLAYERS}} -difficulty {{DIFFICULTY}} -password "{{SERVER_PASSWORD}}" -motd "{{MOTD}}" -lang {{LANGUAGE}} -world ~/saves/Worlds/{{WORLD_NAME}}.wld -worldname {{WORLD_NAME}} -autocreate {{WORLD_SIZE}} -savedirectory ~/ -tmlsavedirectory ~/saves -modpath ~/mods
5. Start server.