Restock Base

RestockBase Connect

Connect compatible label printers on your local network to your Restock Base warehouse—without exposing those printers to the internet.

Install it on a warehouse computer

Keep RestockBase Connect running on a computer connected to the same local network as your label printers.

Sign in to your warehouse

Use a warehouse owner, manager, or operator account. The app associates discovered printers with the correct warehouse automatically.

Print from Restock Base

Available printers appear in the website’s printer menu. Connect runs in the background and securely receives your warehouse print jobs.

Install on Ubuntu or Debian

Supported on 64-bit Intel/AMD Ubuntu 20.04 or newer and compatible Debian-based desktop systems.

  1. Open the Terminal application.
  2. Copy and run the complete command block below.
  3. Open RestockBase Connect from the application menu and sign in.
Terminal
keyring="/usr/share/keyrings/restockbase-connect-archive-keyring.gpg"
source_list="/etc/apt/sources.list.d/restockbase-connect.list"
repository="https://apt.restockbase.com"

sudo apt update
sudo apt install -y ca-certificates curl
sudo curl -fsSL \
  "$repository/restockbase-connect-archive-keyring.gpg" -o "$keyring"
sudo chmod 0644  "$keyring"
echo "deb [arch=amd64 signed-by=$keyring] $repository stable main" \
  | sudo tee "$source_list" >/dev/null
sudo apt update
sudo apt install -y restockbase-connect

After installation

The website changes to Printers Ready after Connect signs in and discovers at least one compatible printer. You normally do not need to refresh the page.

Sign in to Restock Base