Why is my Bambu Lab printer offline?

Written By Albert Møller Nielsen

Last updated About 8 hours ago

Why is my Bambu Lab printer offline?

This guide helps troubleshoot why your Bambu Lab printer shows offline in SimplyPrint.

SimplyPrint connects to Bambu Lab printers through the SimplyPrint Bambu Lab Client - an application that runs on the device where you installed it during initial setup (your PC, a Raspberry Pi, or another always-on device).

Start here: Where is the problem?

Step 1: Is the SimplyPrint Bambu Lab Client running?

Go to the device where you installed the client and open its web interface (usually http://localhost:8000).

SimplyPrint Bambu Lab Client interface

Step 2: What does the printer show in the client?

Look at your printer's status badge:

Badge What this means Go to
Offline
Client can't reach printer Printer shows Offline
Connecting
Client found printer but can't communicate Stuck on Connecting
Flickering between states Multiple client instances Printer flickering
Online
Cloud connection issue Online in client but offline in SimplyPrint

Quick reference

Symptom Likely cause Solution
Can't access client web interface Client not running Start the client
Client won't start or crashes Antivirus or corrupt install Client won't start
Printer shows Offline in client Network or config issue Check network
Printer stuck on Connecting Access code or mode mismatch Check configuration
Printer keeps flickering Multiple client instances Fix multiple instances
Can see but can't control printer Need Developer Mode Enable Developer Mode
Was working, stopped after a change Recent update Did you change something?

Did you recently change something?

If your printer was working and suddenly stopped, think about what changed.

Updated printer firmware?

After a firmware update:

  • You may need to enable Developer Mode
  • Your access code may have changed - check on printer and update client
  • Power cycle the printer

See: Printer stopped working after firmware upgrade

Updated the client?

If things broke after updating:

Changed network or router?

  • New router/WiFi settings - Printer may have new IP
  • Changed WiFi password - Reconnect printer to WiFi
  • Enabled firewall or VPN - Check required ports
  • Moved printer to different VLAN - Client and printer must be on same network

Updated your OS?

After Windows, macOS, or Linux update:

  • Client may not have restarted - check if running
  • Windows updates sometimes reset firewall rules
  • macOS may need re-granted permissions

Moved to new device?

  • Make sure only one instance is running (not on both old and new device)
  • New device must be on same network as printers

1. Client isn't running

How to check

Windows: Look for SimplyPrint icon in system tray (bottom right). Click arrow to show hidden icons.

macOS: Look for SimplyPrint icon in menu bar (top right).

Linux / Raspberry Pi:

systemctl status simplyprint-bambu-client

How to start

Windows: Search "SimplyPrint Bambu Lab" in Start menu.

macOS: Open from Applications folder. See macOS setup guide for background permissions.

Linux / Raspberry Pi: Start according to how you installed it.

Accessing web interface

Tip: On Windows or Mac, double-click the tray icon to open the web interface.

If port 8000 doesn't work, try 8001, 8002, or 8003.

Client won't start or crashes

1. Check antivirus

Some antivirus (especially Windows Defender, Avast) block client files.

  • Check quarantine for SimplyPrint files
  • Add exception for SimplyPrint folder
  • Try disabling real-time protection

2. Reinstall

Download latest from simplyprint.io/setup-guide.

3. Still not working?

Get your logs and see Getting help.

2. Printer shows Offline in client

Client can't reach the printer on your network.

Power cycle first

Try this first: Turn off your printer, wait 30 seconds, turn it back on. This fixes many connection issues, especially on A1 Mini.
  1. Turn off completely
  2. Wait 30 seconds
  3. Turn back on
  4. Wait for WiFi connection

Power cycling is also recommended after enabling LAN-only Mode for the first time.

Check network

Client and printer must be on the same network.

Problem Solution
Printer on guest network Move to main network
Printer on different VLAN Move to same VLAN
Printer on 5GHz WiFi Switch to 2.4GHz

Quick test:

ping <printer-ip-address>

If ping fails, fix network first.

Check if IP changed

  1. Find current IP on printer: Settings > WLAN/Network
  2. Compare with IP in client
  3. If different, update in client or re-add printer
Tip: Set static IP in router DHCP settings to prevent IP changes.

Firewall and ports

Required ports:

Port Purpose
8883 Printer communication (required)
990 File transfers
322 Camera (X1, X1C, X1E, H2D, P2)
6000 Camera (P1P, P1S, A1, A1 Mini)

3. Printer stuck on Connecting

First: Try restarting the SimplyPrint Bambu Lab Client - this often resolves connection issues.

How to restart the client:

Windows:

  1. Open Task Manager (Ctrl + Shift + Esc)
  2. Find and end all SimplyPrint processes
  3. Start the client again from the Start menu

macOS:

launchctl stop simplyprint-bambu-clientlaunchctl start simplyprint-bambu-client

Linux / Raspberry Pi:

sudo systemctl restart simplyprint-bambu-client

Or reboot the device running the client.

If still stuck on Connecting, there's usually a configuration mismatch.

Check access code

The access code lets client talk to printer. Must match exactly.

Find on printer:

Model Location
A1 / A1 Mini Settings > WLAN/Network > LAN-only Mode
P1P / P1S Settings > WLAN/Network
X1 / X1C / X1E Settings > LAN Mode
H2D / P2 Settings > LAN Mode
Note: On A1 series, enable LAN-only Mode first to see code. If all zeros, toggle LAN-only Mode off and on.

If code changed, update in client or re-add printer.

Check serial number

Found in Settings > Device on printer. Must match exactly (case-sensitive).

Check connection mode

Printer needs LAN-only Mode and Developer Mode enabled. See LAN-only Mode and Developer Mode.

4. Online in client but offline in SimplyPrint

Issue is between client and SimplyPrint cloud.

Check internet

ping simplyprint.io

Check client version

Make sure client is up to date: How to update

Restart client

Close and reopen the client.

5. Printer keeps flickering

Printer switching between online/offline every few seconds? Probably multiple client instances running.

Why this happens

Two clients try to connect to same printer, "fighting" over the connection.

How to fix

Windows:

  1. Check system tray for multiple icons
  2. Open Task Manager (Ctrl + Shift + Esc)
  3. End all SimplyPrint processes
  4. Start client once
  5. If persists, restart computer

macOS:

launchctl stop simplyprint-bambu-clientlaunchctl start simplyprint-bambu-client

Linux / Raspberry Pi:

sudo systemctl stop simplyprint-bambu-clientsudo systemctl start simplyprint-bambu-client

LAN-only Mode and Developer Mode

For full SimplyPrint functionality:

  • LAN-only Mode - enabled
  • Developer Mode - enabled

Without Developer Mode, you can see printer but can't start prints.

How to enable:

Model Location
A1 / A1 Mini Settings > WLAN/Network > LAN-only Mode, then Developer Mode
P1P / P1S Settings > WLAN/Network > LAN-only Mode, then Developer Mode
X1 / X1C / X1E Settings > LAN Mode
H2D / P2 Settings > LAN Mode
Tip: After enabling LAN-only Mode, power cycle your printer.

Full guide: LAN-only mode and Developer Mode - how to enable

Using BambuStudio to debug

Not sure if problem is SimplyPrint-specific? Test with BambuStudio.

  1. Install BambuStudio on same device as client
  2. Add printer with same IP, access code, serial number
  3. Try to connect and print
BambuStudio SimplyPrint Problem is
Works Doesn't work SimplyPrint client or cloud
Doesn't work Doesn't work Network, printer, or firmware
Can see, can't print Can see, can't print Developer Mode not enabled

Getting help

Gather this first

  1. Client version - How to find
  2. Printer model and firmware - Settings > Device
  3. Connection mode - LAN-only + Developer Mode enabled?
  4. Client logs - Where to find
  5. Screenshots of errors

Support

Something unclear or missing in this guide? Let us know on Discord.

Related articles