Advertisement
Guest User

Untitled

a guest
Apr 9th, 2020
1,120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.14 KB | None | 0 0
  1. #DONT USE THESE SETTINGS, THIS IS FOR EXPLANATION ONLY
  2. {
  3.   "webroot":"",
  4.   "serverroot":"",
  5.   "accessUrl":"http://<External IP>:8088",        #External IP is your public IP address. You can google "what is my ip" to find it
  6.   "webapp_port":"8088", <~~~~~~~~~~~~~~~~~~~~~~   #The number after the colon (:) is your webapp_port
  7.   "server_port":"8089",                           #webapp_port and server_port can be any number you wish. You can use these
  8.   "authentication":{                              #If you wish to choose different numbers, remember them for when we port forward
  9.     "mechanism":"plex",
  10.     "type":[
  11.       "server"
  12.     ],
  13.     "authorized":[
  14.       "<PLEX_MACHINE_ID>"                   #To find this. Go to Plex's Settings > Dashboard. Your plex ID should be in the url after
  15.     ]                                        after /settings/server/XXXXXX. Its going to be really long
  16.  },
  17.  "servers":[
  18.    {
  19.      "name":"Super Cool Server",
  20.      "location":"Milky Way Galaxy",
  21.      "url":"http://<External IP>:8089/slserver",    <~~~~~  #The number after the colon (:) is your server_port
  22.      "logo":""
  23.    }
  24.  ],
  25.  "autoJoin":false,
  26.  "autoJoinServer":"",
  27.  "autoJoinRoom":"",
  28.  "autoJoinPassword":""
  29. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement