@scrypted/cloud
v0.2.47
Published
Scrypted Cloud plugin which makes your hub accessible at home.scrypted.app
Downloads
2,250
Readme
Cloud Access Plugin for Scrypted
- Log into Scrypted Cloud using the login button.
- This Scrypted server is now available at https://home.scrypted.app.
See below for additional recommendations.
Port Forwarding
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
- Access to your router's settings (usually through a web browser).
- Ability to change settings on your host machine's firewall (like ufw for Linux or Windows Firewall for Windows).
Step-by-Step Instructions
- Port Configuration
- For simplicity, use the same port number (e.g 11443) for both "From Port" and "Forward Port" fields in the Scrypted Cloud plugin settings General tab.
- 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.
- 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."
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.
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.
Save Your Settings
- Don't forget to save your changes in both your router and in Scrypted.
Reload Plugin
- After all configuration is complete, Reload Cloud Plugin to ensure the new settings are applied.
Test Your Setup
- In the Scrypted Cloud plugin settings, find and click the
Test Port Forward
button under theAdvanced
Settings tab. This will confirm if everything is set up correctly.
- In the Scrypted Cloud plugin settings, find and click the
Firewall Configuration
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.
Custom Domains
Custom Domains can be used with the Cloud Plugin.
Set up a reverse proxy to the https Forward Port shown in settings.
Cloudflare Tunnels
Scrypted Cloud automatically creates a login free tunnel for remote access.
The following steps are only necessary if you want to associate the tunnel with your existing Cloudflare account to manage it remotely.
Create the Tunnel in the Cloudflare Zero Trust Dashboard.
Copy the token shown for the tunnel shown in the
install [token]
command. For example, if you seecloudflared service install eyJhI344aA...
, theneyJhI344aA...
is the token you need to copy.Paste the token into the Cloud Plugin Advanced Settings.
Add a
Public Hostname
to the tunnel.- Choose a (sub)domain.
- Service
Type
isHTTPS
andURL
islocalhost:port
. Replace the port withForward Port
from Cloud Plugin Settings. - Expand
Additional Application Settings
->TLS
menus and enableNo TLS Verify
.
Reload Cloud Plugin.
Verify Cloudflare successfully connected by observing the
Console
Logs.