-
Notifications
You must be signed in to change notification settings - Fork 51
Remote
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.
- A copy of React running on a server you own
- A copy of the React client on your computer
- A port unused by any other programs on the server
- Must be open (firewall isnt blocking it)
- Cannot be used if another program is using it (dont use 25565 for example)
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.
- 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