Ledger.com/start — Getting started with your Ledger hardware wallet

This guide walks you through everything you need to get started: official downloads, initializing your device, installing coin applications, securing your recovery phrase, and optional advanced features such as passphrases and developer integrations. Designed for newcomers and experienced users alike, this page is the single location for safe, official setup steps.

Need a quick checklist?

Unbox → Download Ledger Live → Initialize device → Write down recovery phrase → Install apps → Test small transaction → Keep backups safe

🔒 Hardware-grade security

Secure Element & design

Ledger devices use a certified secure element to isolate private keys. Even when connected to an internet-enabled device, private keys never leave the hardware. This isolation reduces attack surface and prevents malware on your computer from extracting sensitive secrets.

🔁 Multi-asset support

Hundreds of coins and tokens

Ledger supports Bitcoin, Ethereum, and many other blockchains. Use Ledger Live to manage accounts, install the coin-specific apps you need, and confirm transactions directly on the device screen for maximum security.

🛡️ Official updates

Firmware & app updates

Ledger regularly publishes firmware updates and improvements. Always update via Ledger Live or the official website to ensure you have the latest security patches and compatibility fixes.

ADD PLUGING — Connector & helper: what it is and when you need it

Some operating systems and browsers need a small helper service, connector, or permission to allow Ledger Live (or supported web apps) to access the device. This section explains what the helper does, how to install it safely, and how to fix common connection issues.

What is the connector / helper?

The helper (sometimes referred to as a connector, background service, or plugin) is a local, system-level component that allows Ledger Live to communicate with the device over USB, WebUSB, WebHID, or Bluetooth. It only enables the connection — it does not access or store private keys or recovery phrases. The helper listens locally and only accepts connection requests from authorized Ledger applications.

When do you need it?

  • Older operating systems or certain Linux distributions that require udev rules or a system service.
  • Browser configurations that block direct WebUSB connections.
  • When using the desktop Ledger Live app (the desktop app bundles optimal connector behavior).

Security & authenticity

Always download the connector only from Ledger.com/start or the official Ledger downloads page. Verify digital signatures or checksums if you are a power user. Never run binaries from third-party sites or links received via email or chat.

Install & allow the helper

  1. Download official package: Visit Ledger.com/start and choose the correct OS build.
  2. Run installer: Windows users may see SmartScreen; macOS users might need to authorize in System Preferences > Security & Privacy.
  3. Grant permissions: If the OS prompts for accessibility or system access, grant only the permissions shown in Ledger's official installer instructions.
  4. Restart Ledger Live & browser: Some systems require a restart for the connector to be recognized.
  5. Check connector status: In Ledger Live: Settings → Device → Connector status (or try reconnecting the device and confirm the app shows the device).
Note: WebUSB-compatible browsers (newer Chrome/Edge/Brave) may permit direct access without a separate helper. If in doubt, use Ledger Live for the smoothest experience.

Troubleshooting: common connector problems & fixes

Device not detected

Try the original USB cable and switch ports. Avoid USB hubs. On mobile, ensure OTG is enabled or use an approved adapter.

Permissions denied

macOS: allow the helper under System Preferences → Security & Privacy. Windows: try running Ledger Live as Administrator.

Linux udev rules

If your distro needs rules, the installer typically adds them. After installation: sudo udevadm control --reload-rules && sudo udevadm trigger.

Anti-virus interference

Temporarily disable strict antivirus/sandboxing software during the install if it blocks the helper. Re-enable protections after install and grant explicit allow-listing to the helper if possible.

Full setup guide — initialize, secure, and use your Ledger

A comprehensive walkthrough from unboxing to sending and receiving funds. Follow every step carefully — security depends on correct setup and safe storage of your recovery phrase.

Before you begin — what to prepare

  • Do: Buy only from Ledger.com or authorized resellers.
  • Do: Use a clean, trusted computer (avoid public or unfamiliar systems).
  • Do: Keep the recovery sheet and any metal backup kit close at hand.
  • Don't: Take photos, screenshots, or digital backups of your recovery phrase.
1
Unbox & inspect

Confirm the seal and packaging are intact. If the box shows signs of tampering, contact support instead of proceeding.

2
Visit Ledger.com/start

Follow the official prompts for your device model and download Ledger Live for your platform. Avoid third-party links.

3
Install Ledger Live

Run the official installer. Ledger Live handles firmware updates, app management, and account setup. During installation, follow OS prompts and allow the connector/helper if requested.

4
Connect the device

Plug in the device using the provided cable. Confirm the device screen powers on and shows the Ledger logo. Approve the connection when Ledger Live prompts you.

5
Initialize & choose PIN

On the device, follow the on-screen prompts to create or restore a wallet. Choose a PIN that you remember but that others won’t easily guess. PINs protect the device from unauthorized physical use.

6
Write down your recovery phrase

Ledger will display a recovery phrase. This is your master backup. Write the words on the supplied recovery sheet. Keep it offline and in a secure place. Consider making two geographically separated copies for redundancy.

7
Install apps & add accounts

Open Ledger Live, go to Manager, install the apps for the coins you intend to use (e.g., Bitcoin, Ethereum), then add accounts to manage them. The device will confirm each operation on its screen.

8
Test with a small transaction

Before moving large amounts, send a small test transaction to ensure receiving addresses and transaction signing work as expected. Verify addresses on the device screen, not just in the app UI.

Finish line: keep backups & maintain updates

Record your recovery phrase in a secure location and update firmware via Ledger Live when official updates appear. Never enter your recovery phrase anywhere except directly on a device when performing a legitimate recovery procedure.

Security best practices — protect your funds

A hardware wallet secures your private keys — but your behavior matters. Use the following recommendations to reduce risk and maintain control.

Top do's

  • Do keep your recovery phrase offline and stored securely.
  • Do verify receiving addresses directly on the device screen before sending funds.
  • Do update firmware only when prompted in Ledger Live or via official instructions.
  • Do enable passphrase/hidden wallet only if you fully understand the consequences.
  • Do use a strong PIN and consider physical security measures (safe, bank deposit box).

Top don'ts

  • Don’t enter your recovery phrase into any website, app, or form.
  • Don’t use unofficial firmware or third-party installers from unknown sources.
  • Don’t photograph or digitally store your recovery phrase.
  • Don’t buy used devices — always buy new from an official source.
  • Don’t share PINs or passphrases with anyone.

Compromise response

If you suspect your recovery phrase has been exposed, transfer funds immediately to a new wallet created with a new device and new recovery phrase. If you suspect malware on your computer, use a trusted machine to access Ledger Live or use a fresh OS environment.

Advanced features & developer guidance

Options for power users — passphrases, hidden wallets, developer APIs and integrations. Use advanced features only if you understand the trade-offs and test on testnets first.

Passphrase & hidden wallets

Passphrase (BIP39 passphrase) allows creation of hidden wallets derived from the recovery seed plus an additional secret phrase. This provides plausible deniability and an additional security layer, but if you lose the passphrase you permanently lose access to the funds stored in that hidden wallet. Use secure, memorable passphrases or store them with the same care you use for recovery words.

Developer & integration notes

Developers can integrate Ledger using official libraries and transports such as WebHID, WebUSB, USB, or Bluetooth. Always use official documentation and ensure user prompts are clear and verifiable. Test on testnets and ensure never to ask the user for private keys or recovery phrases. Familiarize yourself with recommended security practices and signing flows.

Sample command (Linux udev rules)

Tip:
# reload udev rules after installing connector/helper
sudo udevadm control --reload-rules && sudo udevadm trigger
        

Frequently asked questions

Can I restore my Ledger on another device?
Yes. Use your recovery phrase to restore on another compatible Ledger or compatible wallet that supports your seed format. Ensure you are restoring on a trusted and secure device.
Is Ledger Live mandatory?
Ledger Live is the official companion. You may also use third-party wallets that support Ledger devices — but research and only use trusted providers. Ledger Live offers the most streamlined and officially supported experience.
What if I forget my PIN?
If you forget your PIN, you can reset the device to factory settings and restore from your recovery phrase. Resetting will erase the device, so have your recovery phrase available.
Will firmware updates erase my funds?
No. Firmware updates do not erase private keys or funds. Always ensure you have your recovery phrase before major operations and update only via official Ledger Live prompts.
Where can I get official support?
Visit Ledger.com/support for official articles, videos, and contact options. Beware of phishing sites and only use links from Ledger.com.

Accessibility, localization & legal notes

Accessibility

Ledger aims to make setup accessible: Ledger Live includes keyboard navigation, and the device UI is intentionally minimal and readable. If you rely on assistive technologies, consult the support center for step-by-step videos and alternative flows.

Localization

Official instructions and Ledger Live are available in multiple languages. Choose your country and language at Ledger.com/start for localized guides and support articles.

Legal & safety disclaimer

This page is an illustrative guide. Always follow the official documentation and safety instructions that ship with your device. Ledger is not responsible for losses resulting from failure to follow official security guidance or using unofficial software.

Quick checklist & helpful resources

A short checklist to complete before you consider your setup finished, and links to resources to help you along the way.

Quick checklist

  • ✔️ Download Ledger Live from Ledger.com/start.
  • ✔️ Install connector/helper if prompted for your OS.
  • ✔️ Initialize the device and set a PIN directly on the device.
  • ✔️ Write down and secure your recovery phrase offline.
  • ✔️ Install coin apps and add accounts in Ledger Live.
  • ✔️ Send a small test transaction to confirm functionality.
  • ✔️ Keep your device firmware and Ledger Live updated from official sources.

Tutorials

  • Step-by-step videos for unboxing and setup
  • Recovery phrase best practices
  • Sending and receiving transactions
  • Advanced: passphrase and hidden wallets walkthrough