Guest Posted December 7, 2014 Report Share Posted December 7, 2014 Hello everyone, I am having issues with my epoch server, its not saving. Players are loosing items, weapons, crypto, and just everything. Redis says "The server is now ready and accepting connections on port 6379" I also have my server running on that port. Does it need to be on a different port? My redis config bind 127.0.0.1 maxmemory 4gb save 900 1 save 300 10 save 60 1000 requirepass ********* My EpochServer.ini [EpochServer] BattlEyePath = C:\A3Epoch_Server\BattlEye InstanceID = NA123 [Redis] IP = 127.0.0.1 Port = 6379 DB = 0 Password = ****** <-- Its different from my redis config [SteamAPI] Key = VACBanned = 0 VACMinimumNumberOfBans = 0 VACMaximumDaysSinceLastBan = 0 Heres a link to my RPT http://pastebin.com/1TKjrce1 Any help on this would be appreciated. Thanks for your time! Link to comment Share on other sites More sharing options...
L3uX Posted December 7, 2014 Report Share Posted December 7, 2014 The password of the redist.cfg must be the same as it is in the EpochServer.ini. EpochServer.ini -> [Redist] -> Password = Example redist.cfg -> password = Example After this you startup redist with the start-redist.bat and then the server application. You also have to be sure that your server and client is running the newest EpochMod. Have fun! ;) Link to comment Share on other sites More sharing options...
Richie Posted December 7, 2014 Report Share Posted December 7, 2014 <-- Its different from my redis config It has to match, I know the examples are different but they must match to work properly. Link to comment Share on other sites More sharing options...
Guest Posted December 7, 2014 Report Share Posted December 7, 2014 Awesome! Thanks for the quick responses and help guys as I wasnt sure. Link to comment Share on other sites More sharing options...
L3uX Posted December 7, 2014 Report Share Posted December 7, 2014 Press the like button of our posts to send us a like. :) RC_Robio 1 Link to comment Share on other sites More sharing options...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now