#Arma 3 mods are downloaded to server but not installed on server
5 messages · Page 1 of 1 (latest)
the server saying it doesn't require any mods might just be a time based thing or you have so many mods it can't transmit the data about any required mods, you can fix the data fairly easy with adding steammaxprotocoldatasize = 2048 in your server.cfg
alternatively you can remove signature verification (which would allow anyone to join with any mods) by changing verifiysignatures = 2 (or 1) to verifysignatures = 0 in your server.cfg (double check the exact words for the commands)
okay ill restart it and see if that works
seems to have worked, thank you !