Jump to content

Anorak

Grid on more than one server

Recommended Posts

in the original servergrid.json before exporting from map tool you need to set the redis IP's under ("DatabaseConnections": ) to the machine running the DB with correct pass. its kinda like doing clustering in ark but they have a server to handle it now

Edited by ZeroGDarius

Share this post


Link to post
Share on other sites

seemless  is for the map make sure that port is not blocked, you are looking for(if on a hosted by some one these are in ServerGrid.ServerOnly.json):

"DatabaseConnections": [
    {
      "Name": "Default",
      "URL": "127.0.0.1",
      "Port": 6379,
      "Password": "foobar"
    },
    {
      "Name": "TribeDB",
      "URL": "127.0.0.1",
      "Port": 6379,
      "Password": "foobar"
    },
    {
      "Name": "TravelDataDB",
      "URL": "127.0.0.1",
      "Port": 6379,
      "Password": "foobar"
    },
    {
      "Name": "TerritoryDB",
      "URL": "127.0.0.1",
      "Port": 6379,
      "Password": "foobar"
    },
    {
      "Name": "LogDB",
      "URL": "127.0.0.1",
      "Port": 6379,
      "Password": "foobar"
    }

Share this post


Link to post
Share on other sites

so seamless IP is the server that the grid lives on, or the main server with the redis server on it?

thank you for the info on the redis ip

 

I'm not hosted, I'm using my own hardware

 

Share this post


Link to post
Share on other sites

lost on seamless ip I only know of seamlessDataPort, but as long as the orig config(before export using map tool) has the IP configured in the above you should be fine. unsure if lan IP's work over outside, as live map needs outside I would test with lan IP first.

 

if lan IP doesn't work the game server will give you a redis error, also make sure redis server is running. common isuue I saw from lurking

Edited by ZeroGDarius
(before export using map tool)

Share this post


Link to post
Share on other sites

Seamless IP, is the IP the grid is running on. You need to set the ip to the redis database in the servergrid.serveronly.json for your 2nd server. The machine that has the redis database can use 127.0.0.1 in the servergrid.serveronly.json. 

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...