Machine Connectivity
The how-to guides here will help you to:
- access your FRAME's software
- make your FRAME's software easy to access
This process will be less stressful for you if you've already done the relevant day-0 planning.
How to connect to the FRAME
To choose which of the following methods you will use for connecting to the FRAME, refer to our guide for how to choose a networking topology.
directly
via a USB-C cable
-
If your computer runs Windows, then you will first need to install Raspberry Pi's NDIS driver on your computer.
Afterwards, you should see a network adapter named "Raspberry Pi USB Remote NDIS Network Device" in Windows's list of network adapters.
-
Plug one end of a USB-C data cable (not a charging-only cable!) into the RPi's dedicated USB-C port.
-
Plug the other end of the USB-C cable into a USB-C port on your computer.
If your computer doesn't have a USB-C port, then you can use a USB-C-to-USB-A adapter.
-
After around 5 to 10 seconds, your computer should indicate that it now has a wired connection.
via an Ethernet cable
-
Plug one end of an Ethernet cable into the RPi's built-in Ethernet port.
-
Plug the other end of the Ethernet cable into your computer's Ethernet port.
If your computer doesn't have an Ethernet port, then you can instead plug the other end of the Ethernet cable into an Ethernet-to-USB adapter which you can plug into your computer's USB port.
-
After around 10 to 15 seconds, your computer should indicate that it now has a wired connection.
via the FRAME's Wi-Fi hotspot
-
On your computer, connect to the FRAME's Wi-Fi hotspot.
tipBy default, the Wi-Fi hotspot's name is
openuc2-{machine name}, where{machine name}is your FRAME's machine name. For example, if your FRAME's machine name isgreat-example-1234, then the Wi-Fi hotspot's name isopenuc2-great-example-1234.When prompted, enter the password for the FRAME's Wi-Fi hotspot.
tipBy default, the Wi-Fi hotspot's password is
youseetoo. -
After a while, your computer should indicate that it is now connected to the FRAME's Wi-Fi hotspot.
indirectly
via Tailscale
- Set up remote access for the FRAME through your own Tailscale tailnet.
- Connect your FRAME to the internet.
- Add your own computer to your Tailscale tailnet.
- Connect your computer to the internet.
- Activate your computer's connection to the tailnet with your FRAME.
- Ensure that your tailnet doesn't have any security policies which would prevent your computer from connecting to the FRAME.
via a Local Area Network
- Connect your FRAME to a Local Area Network (LAN) by following the same procedure you would use to connect your FRAME to the internet via a network router or external Wi-Fi network.
- Connect your computer to the same LAN.
How to access the FRAME's landing page
The following factors will determine which access methods work for you:
- The networking topology you've selected.
- The specific way in which you're connecting your computer to the FRAME.
- Your operating system's settings, and its mDNS support.
- Your web browser's DNS settings, and its mDNS support.
If none of the following access methods work in your situation, please contact openUC2 customer support for help.
via a generic domain name
This method may result in surprising behaviors if your computer is connected to multiple FRAME machines; in such scenarios, you should instead use a machine-specific domain name.
-
- In your computer's web browser, try opening the FRAME's landing page at http://openuc2.local.
infoOn Windows, you may need to first install Apple's Bonjour in order to use
openuc2.local.If that doesn't work, try opening http://openuc2.local instead.
infoopen.uc2only works for direct connections to FRAME machines. -
If none of these domain names work, try accessing the landing page via a machine-specific domain name instead.
-
Confirm that the machine name reported at the top of the landing page matches the name of your FRAME machine.
If the machine names don't match, then the generic domain name has been reserved by some other FRAME machine. Try accessing the landing page via your FRAME's machine-specific domain name instead.
via a machine-specific domain name
Assuming your machine's name is {machine name},
-
In your computer's web browser, try opening the FRAME's landing page at
http://openuc2-{machine name}.local. For example, if your FRAME's machine name isgreat-example-1234, you should openhttp://openuc2-great-example-1234.local.infoOn Windows, you may need to first install Apple's Bonjour in order to use
openuc2-{machine name}.local.If that doesn't work, try opening
http://{machine name}.uc2instead.info{machine name}.uc2only works for direct connections to FRAME machines. -
If none of these domain names work and you're connected to the FRAME directly, try accessing the landing page via a static IP address instead.
via a static IP address
The FRAME's static IP addresses only work for direct connections to FRAME machines.
-
In your computer's web browser, try opening the FRAME's landing page using the static IP address specific to the network connection method you used for connecting to the FRAME:
- If you're connected via the FRAME's Wi-Fi hotspot, try opening http://192.168.4.1.
- If you're connected via an Ethernet cable, try opening http://192.168.5.1.
- If you're connected via a USB-C cable, try opening http://192.168.6.1.
-
Confirm that the machine name reported at the top of the landing page matches the name of your FRAME machine.
If the machine name doesn't match, then you've connected to some other FRAME machine. Go to the troubleshooting guide at TODO.