> ## Documentation Index
> Fetch the complete documentation index at: https://second.tech/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Remote access

At home, the wallet app is available on your own network. To use it while you're away, set up remote access for your platform.

<Tabs>
  <Tab title="Umbrel" icon="https://mintcdn.com/second-0659a37d/3KiAlC1Xlv9QyI7k/images/bark-wallet/umbrel-logo.svg?fit=max&auto=format&n=3KiAlC1Xlv9QyI7k&q=85&s=64e6658a441779c46ab880279997e573" width="490" height="240" data-path="images/bark-wallet/umbrel-logo.svg">
    Umbrel recommends [Tailscale for remote access](https://umbrel.com/support/basics/remote-access). Install the Tailscale app from the Umbrel App Store, install Tailscale on the device you want to connect from, and sign both into the same Tailscale account. Your Tailscale address then works anywhere you would normally use `umbrel.local`, so you can sign in to umbrelOS and open the wallet app just like you do at home.

    <Warning>
      Remote access extends who can reach your wallet app. Anyone who can sign in to your umbrelOS can open the wallet app and spend from it, so keep your umbrelOS credentials safe.
    </Warning>
  </Tab>

  <Tab title="Start9" icon="https://mintcdn.com/second-0659a37d/3KiAlC1Xlv9QyI7k/images/bark-wallet/start9-logo.svg?fit=max&auto=format&n=3KiAlC1Xlv9QyI7k&q=85&s=04a6b5fd51719d1b10be822af22a00a3" width="240" height="240" data-path="images/bark-wallet/start9-logo.svg">
    StartOS supports several remote access strategies, including a VPN, Tor, and a public domain. The [official remote access guide](https://docs.start9.com/start-os/0.4.0.x/remote-access.html) walks through each one. Once your connection is set up, open the wallet app with **Open UI** and log in just like you do at home.

    <Warning>
      Remote access extends who can reach your wallet app. Anyone who has your login password can open the wallet app and spend from it, so keep the password safe.
    </Warning>
  </Tab>

  <Tab title="Self-host" icon="https://mintcdn.com/second-0659a37d/3KiAlC1Xlv9QyI7k/images/bark-wallet/docker-logo.svg?fit=max&auto=format&n=3KiAlC1Xlv9QyI7k&q=85&s=c41fb5ae02b7b346bc20c981d1dc3633" width="340" height="268" data-path="images/bark-wallet/docker-logo.svg">
    A VPN such as [Tailscale](https://tailscale.com/) gives your devices a secure connection back to the machine that runs the wallet app. Install Tailscale on that machine, install it on the device you want to connect from, and sign both into the same Tailscale account. You can then open the wallet app from anywhere at `http://<your-machine-tailscale-address>:5173`.

    <Warning>
      Remote access extends who can reach your wallet app. Turn on password protection first, under the Self-host tab on the [installation page](/docs/bark-wallet/install), so that a password is required before anyone can spend.
    </Warning>

    <Note>
      Browsers only allow the camera and clipboard on HTTPS or localhost, so the Scan and Paste buttons stay hidden over a plain HTTP connection.
    </Note>
  </Tab>
</Tabs>
