Jump to content

Nephillia

The UE4-ShooterGame Server has crashed and will close

Recommended Posts

I have looked all over the internet and haven't found a solution yet. Everyone either says "enter this text into the server file" (it's already there..) or 'oh i figured it out, did something dumb' (ok but..what?!) 
I have followed several tutorials and tried 3 different server management tools (Atlas Server Control, Steam CMD, Atlas Server Controller) and every single one errors on server start up in the same way. I have no idea what I'm not doing, I followed the guides to the dot. I have port forwarded, I run Redis before starting the servers. All of it. 
https://imgur.com/a/9PsrnBQ (image wont post for whatever reason)
ServerGrid.ServerOnly.json:

{
  "LocalS3URL": "",
  "LocalS3AccessKeyId": "",
  "LocalS3SecretKey": "",
  "LocalS3BucketName": "",
  "LocalS3Region": "",
  "TribeLogConfig": {
    "MaxRedisEntries": 1000,
    "BackupMode": "off",
    "MaxFileHistory": 10,
    "HttpBackupURL": "",
    "HttpAPIKey": "",
    "S3URL": "",
    "S3AccessKeyId": "",
    "S3SecretKey": "",
    "S3BucketName": "",
    "S3KeyPrefix": ""
  },
  "SharedLogConfig": {
    "FetchRateSec": 60,
    "SnapshotCleanupSec": 900,
    "SnapshotRateSec": 1800,
    "SnapshotExpirationHours": 48,
    "BackupMode": "off",
    "MaxFileHistory": 10,
    "HttpBackupURL": "",
    "HttpAPIKey": "",
    "S3URL": "",
    "S3AccessKeyId": "",
    "S3SecretKey": "",
    "S3BucketName": "",
    "S3KeyPrefix": ""
  },
  "TravelDataConfig": {
    "BackupMode": "off",
    "MaxFileHistory": 10,
    "HttpBackupURL": "",
    "HttpAPIKey": "",
    "S3URL": "",
    "S3AccessKeyId": "",
    "S3SecretKey": "",
    "S3BucketName": "",
    "S3KeyPrefix": ""
  },
  "DatabaseConnections": [
    {
      "Name": "Default",
      "URL": "127.0.0.1",
      "Port": 6379,
      "Password": "foobared"
    },
    {
      "Name": "TribeDB",
      "URL": "127.0.0.1",
      "Port": 6379,
      "Password": "foobared"
    },
    {
      "Name": "TravelDataDB",
      "URL": "127.0.0.1",
      "Port": 6379,
      "Password": "foobared"
    },
    {
      "Name": "TerritoryDB",
      "URL": "127.0.0.1",
      "Port": 6379,
      "Password": "foobared"
    },
    {
      "Name": "LogDB",
      "URL": "127.0.0.1",
      "Port": 6379,
      "Password": "foobared"
    }
  ]
}

Matches password in redis.conf

Share this post


Link to post
Share on other sites

even if it old you mis the line with momentundb (even servergrideditor dont put the line when you exported the server config).

Share this post


Link to post
Share on other sites
On 8/12/2023 at 8:00 AM, gimpbrush said:

even if it old you mis the line with momentundb (even servergrideditor dont put the line when you exported the server config).

what is the line and where would it go? 
Also thank you for replying!!

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...