LogoLogo
HomeSupportCommunity
  • Introduction
    • Overview
    • Get Started
      • Platforms & Packages
      • Use Cases
    • Glossary of Terms
  • Software
    • Bluetooth Wifi Onboarding Package (r3onboard)
    • Device Package
      • Supported Platforms
      • Installation
      • Usage
    • NPM Package
    • CLI
      • Supported Platforms
      • Installation
    • Docker
      • Remote.It Agent
      • Remote.it Docker Extension
    • Desktop
      • Installation
    • Web Portal & Mobile
    • Custom Solutions
  • Features
    • Services
      • SSH
      • RDP and VNC
      • SMB and CIFS
      • HTTP/S
      • Database
      • Redis
      • UDP
      • Gaming
      • VPN
    • Connection Options
      • LAN Sharing
      • Jump Service
      • Peer-2-Peer & Proxy
    • Logging
    • Organizations
  • Developer Tools
    • Authentication
    • API
      • Using Developer Tools
      • Usage
        • Devices and Services
        • Event Logs
        • Connections
        • Access Keys
        • Device Sharing
        • Custom Attributes
        • Scripting
    • CLI Usage
    • Webhooks
      • Slack Integration
    • Docker
    • Device Scripting
    • Zero-Trust AWS Access
      • AWS RDS (Postgres and MySQL)
    • Zero Trust Azure Cloud Access
    • Zero Trust Google Cloud Access
  • OEM & Bulk Provisioning
    • Overview
    • Auto Registration into Your Account
      • Create a Product
      • Production Image
      • Field Production
    • Registration into a User's Account
Powered by GitBook
On this page
  • r3Onboard GitHub Repo
  • remote.it App for using r3onboard
  • Key Features
  • Option 1: Use our pre built pi image
  • Option 2: Create your own image with r3onboard already installed
  • Viewing Logs

Was this helpful?

  1. Software

Bluetooth Wifi Onboarding Package (r3onboard)

PreviousGlossary of TermsNextDevice Package

Last updated 10 months ago

Was this helpful?

Bluetooth WiFi Onboarding is a solution developed by Remote.It to simplify the process of setting up new devices. Our product leverages Bluetooth Low Energy (BLE) technology to allow users to easily connect and configure WiFi settings. Additionally, it provides the capability to register devices with the Remote.It service.

Bluetooth WiFi Onboarding makes setting up and managing your devices simple and efficient. Experience the convenience of remote access and simplified network configuration with Remote.It.

Key Features

  • Easy WiFi Configuration: Connect via Bluetooth LE to configure WiFi settings and get your device on the network effortlessly.

  • Remote Access: Register your device with the Remote.It service.

  • Compatibility: Designed to work with Bookworm Debian packages, with a primary focus on Raspberry Pi devices.

Option 1: Use our pre built pi image

If you are using a raspberry pi you can use our prebuilt image with r3Onboard already installed.

Option 2: Create your own image with r3onboard already installed

Manually Installing the

To install the r3onboard package, follow these steps:

  1. Download the Package to /tmp:

    wget -P /tmp https://downloads.remote.it/r3onboard/latest/r3onboard_all.deb
  2. Install the Package with apt:

    sudo apt update
    sudo apt install /tmp/r3onboard_all.deb
  3. Service Management:

    • The r3onboard service will start automatically on boot.

    • You can manually start the service with:

      sudo systemctl start r3onboard
  4. Create an Image:

    • Once the package is installed, you can create a system image for deployment.

    • Use your preferred imaging tool to create a backup of your system after installing r3onboard.

Automate Installing the r3onboard Debian Package

You can use tools like systemd-nspawn to mount and boot an existing system image on your own machine. You can then install the Debian package once booted with systemd-nspawn. The updateImage.sh script in the repo can be used for ideas and is how we create the raspberry pi image.

Viewing Logs

Logs can be viewing using: journalctl -u r3commission -n 100

r3Onboard GitHub Repo
remote.it App for using r3onboard
Click here for details on using the prebuilt pi image.
r3onboard Debian Package