# Install Buzzblender on LG webOS commercial displays

### Before you start

Make sure you have:

* An LG webOS Signage display (webOS 3.0, 4.x, or 6.0)
* A USB drive
* The LG remote control
* An active [Buzzblender](https://app.buzzblender.com/) account
* Internet connection on the display

### Step 1: Complete the LG initial setup

Turn on your LG commercial display and follow the on-screen setup tutorial. You'll need to configure:

* Timezone
* Date
* Location
* Internet connection (Wi-Fi or Ethernet)

Complete this setup before proceeding with the Buzzblender [signage installation on LG](https://buzzblender.com/how-to-install-digital-signage-on-lg-commercial-displays/).

### Step 2: Download the Buzzblender app file

Download the LG webOS installation file from:

<http://buzzblender.com/com.lg.app.signage.ipk>

Save this `.ipk` file to your computer.

### Step 3: Prepare your USB drive

1. Insert your USB drive into your computer
2. Create a folder named `application` at the root of the USB drive
3. Copy the `com.lg.app.signage.ipk` file into the `/application` folder
4. Eject the USB drive from your computer

### Step 4: Install the app via SI Server Settings

1. Insert the USB drive into your LG display
2. Using the LG remote, press the **Settings** button
3. Navigate to **EZ Setting** → **SI Server Setting**
4. Select **Local Application Upgrade**
5. Press the **USB** button
6. Confirm the **APPLICATION UPGRADE** dialog box
7. Wait for the installation to complete

<figure><img src="/files/v5GMRV5D5ZNsPuv3sotD" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
If your LG display model includes the LG Content Store, you may be able to search for "Buzzblender" directly in the store and install without using the USB method.
{% endhint %}

### Step 5: Reboot the display

The display should reboot automatically after installation completes. If it doesn't reboot within 15 minutes, manually restart the display using the power button.

### Step 6: Connect the display to your Buzzblender account

After the reboot, the Buzzblender app will launch and display an **access code** on screen.

1. On your computer or mobile device, go to <https://app.buzzblender.com/device/connect>
2. Enter the access code shown on your LG display
3. Your display is now linked to your Buzzblender account

### Troubleshooting

<details>

<summary>The app won't install from USB</summary>

Verify that:

* The `.ipk` file is in the `/application` folder at the USB root
* The USB drive is formatted as FAT32
* You selected **USB** in the Local Application Upgrade menu
* Your display is running webOS 3.0 or later

</details>

<details>

<summary>No access code appears after reboot</summary>

Check that:

* The display has an active internet connection
* The app launched successfully (look for the Buzzblender splash screen)
* You waited at least 2–3 minutes for the app to fully initialize

If the app doesn't launch automatically, try reinstalling using the USB method again.

</details>

<details>

<summary>I can't find SI Server Setting in the menu</summary>

The SI Server Setting location may vary by LG model and webOS version. Look under:

* **EZ Setting** → **SI Server Setting** (most models)
* **Settings** → **Signage** → **SI Server Setting**

Refer to your LG display's user manual for the exact menu path for your model.

</details>

### What's next

Once your LG display is connected, you can start creating and scheduling content from your Buzzblender dashboard. The display will automatically sync with your playlists and show your content.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://buzzblender.gitbook.io/buzzblender-docs/install-buzzblender-on-lg-webos-commercial-displays.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
