Skip to content
Dan edited this page Jan 31, 2017 · 3 revisions

To connect to a remote server through the react client, you will need a few things.

Configure & Connect

Edit the config.yml in the plugins/React folder

react-remote:
  users:
    cyberpwn:
      password: react123
      enabled: false
  enable: false
  interval: 100
  port: 8118

Enable a username, or create one

react-remote:
  users:
    cyberpwn:
      password: react123
      enabled: false
    Puretie:
      password: betterPassword
      enabled: true # Notice how i have enabled this user
  enable: true # This also must be true to actually turn on the remote 
  interval: 100
  port: 8118

Then, add the connection on the remote client.

Common Problems

  • Ensure the username in the config is enabled
  • Ensure the react server is enabled (the config)
  • Ensure the username and passwords match the config
  • Ensure the ports match
  • Ensure the firewall isnt blocking the ports
  • Ensure no other application on the server is using the port you are using
  • Ensure your server host allows port binding other than the actual server port