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.
- Open the Terminal application.
- Copy and run the complete command block below.
- Open RestockBase Connect from the application menu and sign in.
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
Install on macOS
Download the signed and notarized installer for Apple silicon Macs with an M-series processor.
- Download and open the DMG installer.
- Drag RestockBase Connect into the Applications folder.
- Open RestockBase Connect from Applications and sign in to your warehouse.
Windows
A signed Windows installer and setup instructions will be published here.
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.