How to add Workshop mods to your server Print

  • 2

This guide will help you on how to add Workshop mods to your server.

  • Stop server
  • Go to Configuration Files and edit modconfig.lua file with TEXT EDITOR option
  • Add the mod id's in the following format (don't add a comma in the last line):

mods =

{

    {workshopid = "1691539727"},

    {workshopid = "1691591293"}

}

  • Save file and start the server

If you have mods that are only server mods and not required for players to download like UI mods, you can list them under the allowed section, all mods listed there will not be downloaded by players, follow the example below:

allowed =

{

    {id = "1691539727"},

    {id = "1691591293"},

}


If you have any questions or you need our help don't hesitate to contact our support system.


You can buy ark survival evolved hosting here


Was this answer helpful?

« Back