zplCloud Blog
Zebra Cloud Setup - Speed Run: From Delivery Box to Production Label
^XA^FDUnbox. Connect. Print. Done.^XZ
The 15-Minute Bet
Setting up a Zebra printer for cloud printing should not take an afternoon. We bet you can go from sealed delivery box to a production label in about fifteen minutes. Here is the speed run.
Step 0 - Unbox (2 min)
- Take the printer out of the box.
- Remove transport locks and printhead protection.
- Load media (labels) and, for thermal transfer, the ribbon.
- Power on. Let it boot and calibrate.
Step 1 - Connect the Printer to Your Network (3 min)
- Ethernet: plug in a cable - done, the printer grabs an address via DHCP.
- Wi-Fi: use the printer's front panel / LCD menu (or the zplCloud app's network setup, see the app post) to join your SSID.
- Note the printer's IP address - you'll need it once.
Step 2 - Connect the Printer to zplCloud (3 min)
No inbound ports, no firewall changes. Pick the path that fits:
- Cloud Connect / Weblink - deploy the relay container in your network with a one-liner (
weblink-deploy.ps1/weblink-deploy.sh). It opens a secure outbound connection to zplcloud.com and makes the printer remotely manageable. - zplCloud Proxy (CLI) - run
zplcloud proxy --agenton any LAN machine; the agent connects outbound and exposes the printer (TCP 9100 or USB) to your cloud workspace.
Both take about one command and two minutes.
Step 3 - Apply a Printer Profile (2 min)
Printers leave the factory with generic settings. Apply a profile that matches your media, darkness and speed:
zplcloud profiles list
zplcloud profiles apply --profile <name> --printer <ip>
The CLI pushes the right ^MD darkness, ^PR speed, media settings and optional SGD variables. Consistent output, every printer, every site.
Step 4 - Create Your Label (3 min)
- Open the zplCloud designer.
- Pick a template from the catalog or start from scratch.
- Bind the fields to your data (article number, quantity, ...).
- Check the live preview as PNG / PDF / SVG - it's rendered server-side, exactly what the printer will print.
Step 5 - Print the Test Label (2 min)
Send the first label to the printer. Two options:
- Directly from the designer - one click to print via Weblink.
- CLI:
zplcloud send --printer <ip> --file label.zplor pipe ZPL from the ZPL tab.
Scan the barcode with a scanner or your phone. If it reads on the first try, you're done - if not, tweak darkness/speed in the profile and re-apply.
Step 6 - Roll It Out (2 min)
Now turn the label into a self-service workflow for your employees:
- Create a Print View - a responsive web form (link or QR code).
- Employees scan the QR on their phone, fill in the fields, and print.
The Speed Run Summary
| Step | What | Time |
|---|---|---|
| --- | --- | --- |
| 0 | Unbox, load media, power on | 2 min |
| 1 | Network (Ethernet / Wi-Fi) | 3 min |
| 2 | Weblink or Proxy agent | 3 min |
| 3 | Apply printer profile | 2 min |
| 4 | Design the label | 3 min |
| 5 | Print + verify test label | 2 min |
| 6 | Print View for employees | 2 min |
Total: ~15 minutes from a sealed box to a production label.
Challenge: time it yourself. We think you'll be faster the second time.