Setup // after the installer lands
Ledger Live Setup Step by Step
Ledger Live setup is everything that happens between the moment the installer finishes and the moment your first account balance appears on screen. Ledger Live Download breaks that stretch into four distinct jobs: confirming the file you fetched is authentic, installing it on your operating system, initializing or restoring the hardware wallet itself, and then loading device apps and accounts. The order matters far more than the speed, and Ledger Live Download treats the verification step as the part nobody should skip.
Ledger Live Download wants one idea clear before you begin: the application is a companion, not a wallet in the usual sense. Your private keys are generated inside the hardware device and never leave it. Ledger Live reads public data, builds transactions, and passes them to the device for approval. That single fact shapes the whole setup process, and Ledger Live Download refers back to it constantly, because it explains why the app can be reinstalled freely while the recovery phrase can never be re-created.
Budget roughly half an hour for a first-time setup on a clean machine, longer if a firmware update is waiting. Nothing in the flow requires payment: the desktop and mobile applications are free, a point Ledger Live Download repeats whenever someone reports being asked for a fee. Ledger Live Download maintains this walkthrough for people who have already pulled the installer and want a calm, ordered account of what each screen is asking for and why.
01 / Scope
What Ledger Live setup actually involves
People often use "setup" to mean two separate things that happen to run back to back. The first is application setup: putting the desktop or mobile client on a machine, granting it the permissions it needs, and choosing a few preferences. The second is device setup: creating or restoring the secret that controls your funds. Ledger Live Download keeps these apart deliberately, because the risk profile is completely different. A botched application install is an inconvenience. A botched device initialization can be permanent, which is why Ledger Live Download orders the page the way it does.
Application setup is reversible in every respect. You can uninstall, reinstall, move to a new computer, or wipe the local data folder, and nothing about your holdings changes, because the app stores only public account information, cached balances, and your preferences. This is why Ledger Live Download describes the desktop client as disposable infrastructure. If something looks wrong during installation, the correct response is almost always to stop, delete the file, and start again from a verified source.
Device setup is where irreversibility enters. During initialization the hardware wallet generates a 24-word recovery phrase inside its secure element and shows it on its own screen. That phrase is the only backup of your keys. Ledger Live never sees it, never asks for it, and cannot restore it. Any screen claiming otherwise is not part of the genuine flow, and Ledger Live Download treats that as the single most important rule on the page. For background on how a recovery phrase relates to key derivation in general, Ledger Live Download points readers to the overview of cryptocurrency wallets on Wikipedia as a neutral primer.
Between those two jobs sits a third that is easy to miss: the genuine check. When a device first connects, Ledger Live asks it to prove, cryptographically, that it holds an attestation key issued during manufacturing. That exchange happens against the vendor's servers and is the reason your computer needs to be online during setup. Ledger Live Download flags it because it is the one automated defense against a tampered or counterfeit unit bought through an unofficial channel.
02 / Quickstart
How to get started in five steps
If you want the shape of the whole process before reading the detail, this is it. Each step expands into its own section further down, and Ledger Live Download follows the same numbering there so you can jump between the summary and the full explanation.
-
Step 01
Check the file
Confirm the installer's publisher signature, and compare any checksum published alongside the release. Ledger Live Download puts this before the double-click, always.
-
Step 02
Install the client
Run the installer for your platform. Linux needs one extra move for USB permissions, which Ledger Live Download covers below.
-
Step 03
Initialize the device
Set a PIN of four to eight digits on the device, then write down the 24 words it displays. Ledger Live Download rates this the slowest step for good reason.
-
Step 04
Pass the genuine check
Let the app verify the hardware and apply any pending firmware update before you go near a real balance, as Ledger Live Download advises.
-
Step 05
Add apps and accounts
Install the blockchain apps you need, scan for accounts, and close out with the small test transaction Ledger Live Download recommends.
The one addition Ledger Live Download makes to the standard sequence is the test transaction at the end. Sending a token amount to your new address and watching it arrive proves the receiving path works before anything meaningful moves.
03 / Prerequisites
System requirements and what to have ready
The desktop client targets 64-bit builds of Windows, macOS, and mainstream Linux distributions. Ledger Live Download advises checking your operating system is still receiving security updates before starting, since an unpatched machine undermines every other precaution taken during setup. Older 32-bit systems are not supported, and neither are virtual machines with unreliable USB passthrough, which is a frequent cause of the device-not-detected reports Ledger Live Download sees described in support forums.
Hardware demands are modest. A couple of gigabytes of free disk space covers the application plus its local account cache, which grows slowly as transaction history accumulates. What matters more than raw specifications is the cable: many USB-C cables shipped with phones and power banks carry power only, and a charge-only cable will let the device light up while remaining invisible to the software. Ledger Live Download puts a known-good data cable at the top of the physical checklist.
You also need a stable internet connection for the duration of setup. The genuine check, firmware delivery, device app installation, and account discovery all require network access, and Ledger Live Download counts a dropped connection as the most common reason a setup stalls halfway. A dropout mid-firmware-update is not fatal, but recovering from it is tedious, so Ledger Live Download suggests avoiding public or captive-portal networks for this particular session.
| Platform | Package | Setup note |
|---|---|---|
| Windows | .exe | Installs per user; no administrator rights normally needed |
| macOS | .dmg | Drag to Applications; Gatekeeper prompts on first open |
| Linux | .AppImage | Mark executable, then add udev rules for USB access |
| Mobile | App store | iOS requires Bluetooth; Android also supports USB on-the-go |
On the desk before you start
- The hardware wallet, sealed or already in hand, plus its data cable.
- The recovery sheets that came in the box, or the steel or paper backup medium Ledger Live Download suggests preparing in advance.
- A pen that will not smudge. Ledger Live Download hears about ruined backups more often than ruined devices.
- Thirty uninterrupted minutes and a room where nobody is filming, streaming, or looking over your shoulder.
- A second device for reference, so you are not switching windows on the machine running the setup.
04 / Integrity
Verifying the installer before you run it
A wallet client is a high-value target for tampering, and the moment of greatest exposure is the gap between fetching a file and executing it. Ledger Live Download therefore starts the setup checklist here rather than at the installer window. Two independent checks are available on every desktop platform, and Ledger Live Download notes that running either one takes under a minute.
The first check is the publisher's code signature, which the operating system evaluates for you. On Windows, open the file's properties and look at the Digital Signatures tab: a valid signature from the expected publisher and an unbroken certificate chain is what you want to see. On macOS, Gatekeeper performs the equivalent check when the app first opens, and you can query it directly from the terminal. Ledger Live Download considers a missing or mismatched signature a hard stop, not a warning to click through.
Verified status
Signature valid and checksum matched means the bytes on disk are the bytes the publisher released. Ledger Live Download recommends recording the result before installing.
Checksum on macOS or Linux
shasum -a 256 ledger-live-desktop-x.y.z-linux-x86_64.AppImage
# compare the output line against the SHA-256 value
# published alongside the release you fetched
Checksum on Windows PowerShell
Get-FileHash .\ledger-live-desktop-x.y.z-win-x64.exe -Algorithm SHA256
# Hash column must match character for character,
# not just the first and last few digits
The second check is the checksum. If the release you fetched ships with a published SHA-256 value or a detached signature file, compute the hash locally and compare it in full. Ledger Live Download stresses the "in full" part: attackers who bother to generate a lookalike file will make the first and last characters match, because that is all most people glance at. When a signature file is provided, verifying it with GnuPG against the publisher's key is stronger still, since Ledger Live Download considers proof of origin more valuable than proof of integrity alone.
On macOS you can also confirm the installed bundle after the fact, which is useful if you inherited a machine or want to re-check an app that has been sitting on disk for months. Ledger Live Download includes the command below for that case.
spctl -a -vv "/Applications/Ledger Live.app"
codesign -dv --verbose=4 "/Applications/Ledger Live.app"
None of this helps if the file came from the wrong place to begin with. A correctly signed installer of the wrong software is still the wrong software, so Ledger Live Download pairs every verification instruction with the same sourcing rule: type the address yourself, never follow a download link from an email, a chat message, a search advertisement, or a video description.
Security alert
No legitimate setup flow will ever ask you to type your 24 words into a computer, a browser extension, a spreadsheet, or a support chat. If a screen requests them during installation, the installer is hostile. Ledger Live Download says disconnect and start over.
05 / Installation
Installing on Windows, macOS, and Linux
Once the file is verified, installation is short on all three desktop platforms. The differences are small but real, and Ledger Live Download separates them here because the Linux path in particular has a step that catches people out.
Windows
Run the .exe
Double-click the installer and let it write to your user profile. Administrator rights are not usually required, and Ledger Live Download suggests declining any prompt that unexpectedly asks for them. When SmartScreen appears, confirm the publisher name matches the signature you already checked rather than reflexively choosing to run anyway.
macOS
Mount and drag
Open the disk image and drag the app into Applications, then eject the image before launching. Running the app directly from a mounted volume is the usual reason people end up with two copies. Ledger Live Download notes that the first launch triggers a Gatekeeper confirmation, which is expected behavior.
Linux
AppImage plus udev
Mark the AppImage executable, then install udev rules so a normal user account can talk to the USB device. Without those rules the app opens perfectly and simply never sees the hardware, which Ledger Live Download considers the single most misdiagnosed setup issue on Linux.
chmod +x ledger-live-desktop-x.y.z-linux-x86_64.AppImage
./ledger-live-desktop-x.y.z-linux-x86_64.AppImage
# if the device is not detected, install the vendor udev rules
# and reconnect the cable before retrying
Keep the verified installer file somewhere sensible rather than deleting it immediately. If an update ever behaves badly you have a known-good build to fall back to, and Ledger Live Download finds that a small archive of previous verified installers saves time during troubleshooting.
06 / First run
First launch and the onboarding flow
The first time the application opens it presents an onboarding sequence rather than the portfolio view. You are asked to pick a device model, then to choose one of three paths: set up a brand-new device, restore an existing recovery phrase onto a device, or connect a device that has already been initialized. Ledger Live Download recommends reading those three options carefully, because choosing "set up as new" on a device that already holds funds is how people wipe themselves out.
Choosing the third option, connecting an already-initialized device, is the right answer more often than people expect. If you are installing on a second computer, replacing a laptop, or reinstalling after an operating system upgrade, your device is already set up and no key material needs to be touched. Ledger Live Download describes this as the boring path, and in the view of Ledger Live Download boring is exactly the goal.
Before the device screens begin, the onboarding presents a short set of security statements to acknowledge: that you alone hold the recovery phrase, that nobody legitimate will ask for it, and that losing it means losing access. These are not decorative. Ledger Live Download suggests treating them as a genuine checklist, since each corresponds to a real failure mode that has cost people money.
You will also be offered a choice about analytics and technical diagnostic reporting. These toggles control whether usage data and crash reports leave your machine, and they can be changed at any time in the settings afterwards. Ledger Live Download has no strong recommendation here beyond knowing where the switches live, which is covered in the hardening section below.
On first launch the client may also fetch a provider list, currency metadata, and the current catalog of device apps. A brief pause at this point is normal on a slow connection. If the window sits blank for a long stretch, Ledger Live Download suggests checking whether a corporate proxy or a strict firewall rule is blocking outbound requests, since that is a far more common cause than a broken installation.
07 / Device
Initializing or restoring your hardware wallet
Setting the PIN
The PIN is chosen and entered on the device itself, never on the computer keyboard, and it can be four to eight digits long. It protects against someone who physically picks up your device: after three wrong attempts the device wipes itself, which sounds alarming until you remember that the recovery phrase can restore everything onto a replacement. Ledger Live Download argues for the full eight digits, since the wipe threshold makes long PINs cheap to defend and expensive to guess.
Avoid birthdays, repeated digits, and anything written elsewhere in your wallet or phone. A PIN you can recall under stress but that has no relationship to your documents is the target, and Ledger Live Download suggests rehearsing it a few times immediately after setting it, while muscle memory is still forming. Ledger Live Download also advises against storing it beside the recovery sheet.
Recording the recovery phrase
The device then generates and displays 24 words, one at a time, on its own screen. Write them down in order on the supplied sheets. The device will afterwards ask you to confirm a selection of them, which is a check that you actually recorded the phrase rather than skipping ahead. Ledger Live Download regards a failed confirmation as good news, because it catches transcription errors while they are still fixable.
Do not photograph the words, do not type them into a password manager, and do not store them in cloud notes. The phrase is plaintext access to every account the device controls, and any system that syncs it off your desk becomes a single point of failure. Ledger Live Download also advises against splitting the phrase across two locations unless you have thought hard about how your heirs would ever reassemble it.
Where you keep the sheet matters as much as how you record it. Fire, water, and casual discovery are the three realistic threats to a paper backup. A metal backup plate addresses the first two, and a locked container in a place burglars do not habitually search addresses the third. Ledger Live Download treats backup storage as part of setup rather than as a task for later, because "later" is when it gets forgotten.
Security alert
A device that arrives with a recovery phrase already printed on a card, or that skips the phrase generation step entirely, has been pre-initialized by someone else. Do not use it and do not send funds to it. Ledger Live Download says to only ever accept a phrase your own device generated in front of you.
Restoring instead of creating
Restoring works the same way in reverse: the device asks how many words your phrase contains and then lets you enter each one on its own screen, with autocomplete narrowing the standard word list as you type. It is slower than initializing fresh and worth doing in a single sitting. Ledger Live Download reminds restorers that the computer plays no part in this step at all, which is precisely why it is safe.
Genuine check and firmware
With a PIN set, the client runs its genuine check. The device proves it holds a factory-issued attestation key, and the app reports back with a clear pass or fail. A pass means the secure element is authentic. A failure is usually a connection or network problem rather than a counterfeit, but Ledger Live Download recommends resolving it fully before continuing rather than proceeding on the assumption that it is nothing.
If firmware is out of date the app will offer to update it. Accept, keep the cable connected, and confirm the prompts on the device as they appear. The update does not touch your recovery phrase, though device apps may need reinstalling afterwards, which the app handles in a few clicks. Ledger Live Download suggests completing the firmware update before adding accounts, so you are not repeating work.
08 / Accounts
Installing device apps and adding accounts
Each blockchain needs its own small application installed on the device before the client can work with it. Bitcoin needs the Bitcoin app, Ethereum needs the Ethereum app, and most tokens ride on a parent chain's app rather than needing one of their own. You install them from the device manager section, with the device connected and unlocked. Ledger Live Download suggests starting with only the chains you actually hold, because device storage is finite on the smaller models.
Removing a device app never affects funds. The app is just the signing logic for a given chain; the keys stay in the secure element regardless. This means you can rotate apps on and off a storage-constrained device as your needs change, and Ledger Live Download considers that a routine maintenance action rather than a risky one. Ledger Live Download hears this worry often enough to state it plainly.
With the apps in place, adding accounts is a scan. The client asks you to open the relevant app on the device, then derives addresses and queries the network for activity. Existing accounts with history are found automatically; a fresh account appears as the next empty one in the sequence. Ledger Live Download points out that this is also how a restored wallet rediscovers its old accounts on a brand-new computer, with no manual address entry involved.
Bitcoin adds one wrinkle worth understanding at setup time. You will be offered different address types, such as native SegWit, and the account you choose determines the addresses generated. If you are restoring and your balance looks wrong, the most likely explanation is that you added a different address type than the one you used before, not that funds are missing. Ledger Live Download sees this diagnosed incorrectly all the time.
Finish by naming your accounts something meaningful and running one small test. Copy a receiving address, verify it character for character on the device screen, send a modest amount, and wait for it to appear. Ledger Live Download treats that confirmation as the real end of setup, because it exercises the whole chain from device to app to network in the safest possible way.
09 / Mobile
Setting up Ledger Live on mobile
The mobile client follows the same onboarding logic as the desktop one, with the connection method as the main difference. On iOS, communication with the hardware wallet happens over Bluetooth, so only Bluetooth-capable models can be paired. On Android you can pair over Bluetooth or connect by USB with an on-the-go cable. Ledger Live Download recommends installing mobile only from your platform's official app store and checking the publisher name on the listing before tapping install.
Pairing is a standard Bluetooth flow with a code shown on the device screen to confirm. The link is encrypted, and in any case the sensitive material never crosses it: transaction details still have to be reviewed and approved on the device itself. Ledger Live Download stresses that point because Bluetooth makes people nervous, when in practice Ledger Live Download can confirm the approval model is identical to the wired one.
If you already have desktop set up, the account synchronization feature can carry your account list to the phone without rescanning each chain by hand. It moves public account data in encrypted form; it does not move keys, and it is not a backup of anything secret. Ledger Live Download describes it as a convenience for keeping two clients showing the same portfolio rather than as a security feature.
Set a device passcode and biometric lock on the phone itself as part of the same session. Portfolio contents are financially sensitive even when they are read-only, and Ledger Live Download counts an unlocked phone lying on a table as one of the more mundane ways people leak information about what they hold.
10 / Hardening
Security settings to configure right after setup
Setup does not end when the balance appears. A handful of settings change the security posture of the installation meaningfully, and Ledger Live Download recommends walking through them while the software is still fresh in mind rather than months later. Ledger Live Download counts this as the final stage of setup, not an optional extra.
The password lock is the most useful. It encrypts the local application data and requires a password each time the client opens, which stops anyone with access to your unlocked computer from browsing your holdings. It is not the device PIN and it does not protect funds, since spending always requires the hardware. Ledger Live Download flags the important consequence: this password cannot be recovered. If you forget it, you reset the local data and re-add your accounts, which is annoying but harmless.
Next, look at the privacy toggles. Analytics and technical crash reporting can be turned off independently, and you can choose which explorer and node endpoints the client uses for certain chains. Ledger Live Download notes that these choices affect metadata exposure, not custody, so decide based on your own privacy preferences rather than fear of losing money.
Finally, treat updates as part of ongoing setup. Apply application updates when they are offered and firmware updates when the app prompts, verifying the new installer the same way you verified the first one if you update by downloading manually. Ledger Live Download keeps that verification habit in the routine precisely because it is easy to abandon after the initial install.
11 / Comparison
How setup differs across device models
The onboarding logic is identical across models, but the physical experience of entering a PIN and confirming words depends on whether your device has two buttons or a touchscreen, and the mobile options depend on whether it has Bluetooth. Ledger Live Download summarizes the practical differences below so you know what to expect before you start.
| Model | Input during setup | Desktop link | Mobile link | Phrase length |
|---|---|---|---|---|
| Nano S Plus | Two physical buttons | USB-C | Android via USB on-the-go | 24 words |
| Nano X | Two physical buttons | USB-C | Bluetooth on iOS and Android | 24 words |
| Flex | Touchscreen | USB-C | Bluetooth on iOS and Android | 24 words |
| Stax | Touchscreen | USB-C | Bluetooth on iOS and Android | 24 words |
Touchscreen models make phrase confirmation and PIN entry noticeably quicker, while the button models take longer but work identically. Whichever you own, Ledger Live Download recommends completing the very first setup over USB even on a Bluetooth-capable device, since a wired session removes one variable if something goes wrong.
12 / Diagnostics
Common setup problems and how to fix them
Most setup failures come from four sources: cables, permissions, network filtering, and expectations about how account discovery works. Ledger Live Download groups the recurring ones here with the fix that resolves them most often, and in the experience of Ledger Live Download the first two account for the majority.
| Symptom | Likely cause | What to try |
|---|---|---|
| Device not detected | Charge-only cable, USB hub, or missing Linux udev rules | Use a data cable straight into the machine, unlock the device, install udev rules on Linux |
| Genuine check fails | Blocked outbound requests or a locked device | Unlock, disable a restrictive VPN or proxy temporarily, retry on a home network |
| Another app holds the device | A second wallet client or browser bridge is connected | Close other wallet software and browser tabs holding a WebUSB session, then reconnect |
| Restored wallet shows no balance | Different Bitcoin address type or an unscanned account index | Add the other address type, and let discovery run through further accounts |
| Balances look stale | Local cache out of sync with the network | Clear the cache from the help settings, which resyncs without touching keys |
| App will not open on macOS | Gatekeeper blocking a first launch from a mounted image | Move the app to Applications, eject the image, then open it from there |
When a fix involves clearing local data, remember what is actually at stake. Account lists, names, and cached history live on your computer and can be rebuilt by rescanning; keys live on the device and are untouched. Ledger Live Download repeats this because the fear of losing funds keeps people from taking the simple corrective action that would resolve their problem in two minutes.
If a problem survives all of the above, the most reliable next move is a clean reinstall from a freshly verified installer on the same machine, followed by reconnecting the already-initialized device. Ledger Live Download considers a full device reset a last resort that should only ever be attempted by someone who has their 24 words in hand and has read them back at least once.
13 / Questions
Frequently asked questions about setup
Do I need the hardware wallet connected to finish setup?
You can install and open the application without it, but every step that matters needs the device present: initialization, the genuine check, firmware, app installation, and account discovery. Ledger Live Download suggests having it plugged in from the first onboarding screen.
Will the setup flow ever ask for my 24 words?
No. Phrase entry happens exclusively on the device screen during a restore, never on your keyboard. Ledger Live Download treats any on-screen request for the phrase as conclusive proof that you are looking at a fake application or a phishing page, and Ledger Live Download knows of no exception to that rule.
Can I set up the same wallet on several computers?
Yes. Install on each machine, choose the option for a device that is already set up, and re-add your accounts by scanning. Keys never leave the hardware, so Ledger Live Download regards multiple installations as a normal arrangement rather than a risk.
What if the genuine check fails?
Usually it is connectivity: a VPN, corporate proxy, or firewall blocking the verification request, or a device that locked itself mid-check. Retry on a plain network with the device unlocked. If it still fails on a unit bought outside official channels, Ledger Live Download advises not using the device at all.
Does any part of setup cost money?
The desktop and mobile applications are free, and installing device apps or adding accounts costs nothing. You pay only for the hardware itself and for network fees when you transact. Optional paid services exist, but Ledger Live Download confirms that none of them are required to complete setup or to use your wallet.
I forgot the application password lock. Are my funds gone?
No. That password only encrypts local data on the computer. Reset the application data or reinstall, connect the device again, and rescan your accounts. Ledger Live Download notes that only the loss of both the device and the recovery phrase results in permanent loss of access.
How long does a first-time setup take?
Plan for around half an hour of focused time, more if a firmware update is pending or you are restoring 24 words by hand on a two-button device. Ledger Live Download advises against rushing the phrase transcription, which is where hurry causes real damage.
Does my computer need to stay online throughout?
Yes. The genuine check, firmware delivery, device app catalog, and account discovery all need network access. Ledger Live Download suggests a stable connection with no captive portal, since Ledger Live Download finds interruptions during a firmware step the most tedious to unwind.
Closing
Where setup ends and routine begins
A completed setup looks like this: a verified installer on disk, an authenticated device running current firmware, a PIN only you know, 24 words recorded on a durable medium and stored somewhere sensible, the device apps you need installed, accounts visible with correct balances, and one small test transaction confirmed. Ledger Live Download uses that list as the definition of done, and anything Ledger Live Download would leave unchecked is worth going back for now rather than later.
From there the work becomes maintenance: verify updates the way you verified the first install, keep the backup where you left it, and resist any message that manufactures urgency around your recovery phrase. Ledger Live Download exists to make the first hour careful so the following years can be uneventful.