zplCloud

zplCloud Blog

Zebra Cloud Setup - Speed Run: From Delivery Box to Production Label

^XA^FDUnbox. Connect. Print. Done.^XZ

2 min read zplCloud Team

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 --agent on 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.zpl or 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

StepWhatTime
---------
0Unbox, load media, power on2 min
1Network (Ethernet / Wi-Fi)3 min
2Weblink or Proxy agent3 min
3Apply printer profile2 min
4Design the label3 min
5Print + verify test label2 min
6Print View for employees2 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.

More articles