Check your miners away from home
Away from the house, SoloDeck always shows your pool stats and sends your alerts. But your miners themselves only answer on your home network, so the Hardware tab goes quiet the moment you leave. This guide fixes that with Tailscale, a free app that gives your phone a private line back into your home network. Only devices signed in to your account can use it, nothing on your network is opened to the internet, and it also makes the My Bitcoin Node tab work from anywhere.
What you need
- An Umbrel at home, on the same network as your miners. Any always-on computer at home can do this job, but this guide covers Umbrel.
- A free account at tailscale.com. Signing up with Google or Apple takes a minute.
- A computer on your home Wi-Fi, for one copy-and-paste step.
- About 15 minutes.
Step 1 · Install Tailscale on your Umbrel
- Open Umbrel in your browser like you normally do.
- Open the App Store and install Tailscale.
- Open the Tailscale app and sign in with your account.
Step 2 · Find your home network number
- In Umbrel, open Settings and look for your device's IP address. It looks something like
192.168.1.50. - Write it down.
- Now make a second number from it: replace the last part with
0/24. So192.168.1.50becomes192.168.1.0/24. That second number is your home network range. You need it in the next step.
Step 3 · Tell Tailscale to share your home network
This is the only technical part, and it's one line of copy and paste.
- On a computer connected to your home Wi-Fi, open Terminal (on a Mac) or PowerShell (on Windows).
-
Type this and press Enter:
ssh umbrel@umbrel.localIt asks for your Umbrel password. Nothing appears while you type it, that's normal. The first time it may ask "Are you sure you want to continue connecting?". Type
yesand press Enter. -
Paste this line, but swap in your own network range from Step 2, then press Enter.
If it asks for a password again, it's the same one.
sudo docker exec tailscale_web_1 tailscale up --advertise-routes=192.168.1.0/24
- Type
exitand press Enter. You're done with the computer.
Step 4 · Approve it on the Tailscale website
Tailscale won't share your network until you say it's okay. People skip this step and then nothing works.
- Go to login.tailscale.com/admin/machines and sign in.
- Find the machine called
umbrelin the list. - Click the three dots on the right of it, then Edit route settings.
- Tick the box next to your network range and save.
Step 5 · Set up your phone
- Install the Tailscale app from the App Store.
- Sign in with the same account and tap Connect.
- If you just did Step 4, turn the connection off and back on once.
Leave Tailscale connected. It uses almost no battery and only carries traffic meant for your home network.
Step 6 · Test it
- Turn off Wi-Fi on your phone so you're on mobile data.
- Make sure Tailscale shows Connected.
- Open Safari and type
http://followed by your Umbrel's IP address from Step 2. For examplehttp://192.168.1.50. - If your Umbrel loads, you're done. Open SoloDeck and your miners are there, same as at home.
One thing not to do: don't replace any address inside SoloDeck with a Tailscale
one that starts with 100.. Keep your normal home addresses everywhere.
With Tailscale connected they work from anywhere, and iPhone apps can't use the
100. kind anyway.
If it doesn't work
Everything works at home, but not on mobile data
Some Umbrel setups need one small extra app to let the traffic through.
- In Umbrel, open the App Store, click the three dots in the top right, then Community App Stores.
-
Paste this and click Add:
https://github.com/liviux1/umbrel-solodeck-store
- Click Open next to SoloDeck and install Tailscale Subnet Fix. There's nothing to set up, it starts working on its own.
- Wait a minute, then run the test in Step 6 again.
You're on hotel, cafe or hotspot Wi-Fi and nothing loads
- Check that a normal website loads. If it doesn't, that Wi-Fi is the problem, not your setup.
- Open Settings, then Wi-Fi, tap the
inext to the network and look at Router. If it starts with the same numbers as your home network, for example both start with192.168.1., that Wi-Fi clashes with your home network and blocks the way in. Not your fault, and not fixable from the phone. Turn Wi-Fi off and use mobile data instead.
Still stuck
Email support@solodeck.app and say which step you got to.