Jump to content

Linden

Member
  • Posts

    12
  • Joined

  • Last visited

Posts posted by Linden

  1.  

    From looking at your redis.conf file and your EpochServer.ini, I see the database port is

    23423
    

    But in your redis.conf you're not specifying the port therefor it will run on the default port of

    6379
    

    Try changing the redis.conf file to specify the port to match what the server is trying to connect to:

    bind 37.187.158.76
    port 23423
    maxmemory 4gb
    save 900 1
    save 300 10
    save 60 1000
    requirepass PASSWORDHERE
    

     

    We specify the port in the command line for redis.

  2. No, that's his new server we just reinstalled after a quite some time fighting the server faults.

     

    We don't use any type of auto restarting by default. (clients normally configure the tcadmin scheduler to do restarts)

     

    I'm waiting on an update from vbawol about the address of that fault, as it seems to be the only lead we have.

  3. it is online. I can connect and play on the server via the Arma 3 launcher. My understanding is you no longer configure the query and steam port in the configuration. Arma automatically picks the next two ports after the server port. I've checked the firewall NATs and ACLs 10 times, ran it through the firewall packet trace and everything is fine.

     

    We still define both steamport and steamqueryport in our installations, however you sound like you're having issues with opening ports. I would double check your router/firewall and make sure the ports are actually open.

  4. When I try to login?

     

    Steamcmd has a login parameter for your username, after you enter the username it will request the password, then it will go through the steamguard function, it will send you an email and then you'll have to enter the 5-digit code into the steamcmd window. Once you do this it will cache your login details so it doesn't have to be done again, and then you can update/install the arma 3 server.

×
×
  • Create New...