@scrypted/cloud
Advanced tools
Comparing version 0.2.10 to 0.2.11
@@ -56,3 +56,3 @@ { | ||
}, | ||
"version": "0.2.10" | ||
"version": "0.2.11" | ||
} |
@@ -9,4 +9,5 @@ # Cloud Access Plugin for Scrypted | ||
## Port Forwarding | ||
**Important Note**: Ports 10443 and 10444 are already being used by Scrypted itself. So, please choose a different port number, like 11443. | ||
The network's router must configure an external port, the `From Port`, to the send traffic to the `Forward Port` on this server. These ports have random defaults that can be seen in the plugin Settings, and can be changed if preferred. Ports 10443 and 10444 are already being used by Scrypted itself, and should not be used. Choose another port, like 11443. | ||
### What You'll Need | ||
@@ -22,21 +23,24 @@ - Access to your router's settings (usually through a web browser). | ||
2. **Access Your Router Settings** | ||
- Open your web browser and go to your router's login page. You may need the router's IP address, username, and password. | ||
> If you're not sure how to do this, [find the guide specific to your router here](https://portforward.com/router.htm). | ||
- Open your web browser and go to your router's login page. You may need the router's IP address, username, and password. | ||
> If you're not sure how to do this, [find the guide specific to your router here](https://portforward.com/router.htm). | ||
3. **Navigate to Firewall or Port Forwarding Section** | ||
- Once logged in, find the section that deals with "Firewall" or "Port Forwarding". It could be under tabs like "Advanced," "NAT," or "Security." | ||
- Once logged in, find the section that deals with "Firewall" or "Port Forwarding". It could be under tabs like "Advanced," "NAT," or "Security." | ||
4. **Set Up Port Forwarding Rule** | ||
- Use the port number you chose in Step 1 (e.g 11443) to set up a new Port Forwarding rule on your router. | ||
- Use the port number you chose in Step 1 (e.g 11443) to set up a new Port Forwarding rule on your router. | ||
5. **Change Port Forwarding Mode in Scrypted** | ||
- Go back to Scrypted and navigate to the "General" tab in the Cloud plugin. | ||
- Select "Router Forward" from the "Port Forwarding Mode" dropdown menu. | ||
- Go back to Scrypted and navigate to the "General" tab in the Cloud plugin. | ||
- Select "Router Forward" from the "Port Forwarding Mode" dropdown menu. | ||
6. **Save Your Settings** | ||
- Don't forget to save your changes in both your router and in Scrypted. | ||
7. **Reload Plugin** | ||
- After all configuration is complete, Reload Cloud Plugin to ensure the new settings are applied. | ||
6. **Test Your Setup** | ||
- In the Scrypted Cloud plugin settings, find and click the `Test Port Forward` button under the `Advanced` Settings tab. This will confirm if you've set everything up correctly. | ||
- In the Scrypted Cloud plugin settings, find and click the `Test Port Forward` button under the `Advanced` Settings tab. This will confirm if everything is set up correctly. | ||
7. **Save Your Settings** | ||
- Don't forget to save your changes in both your router and in Scrypted. | ||
### Firewall Configuration | ||
@@ -51,3 +55,2 @@ Make sure your host machine’s firewall isn't blocking the port you've chosen. You may need to create an 'allow' rule for this port in your host's firewall settings. | ||
## Cloudflare Tunnels | ||
@@ -54,0 +57,0 @@ |
Sorry, the diff of this file is not supported yet
686581
69