Import Data from Firefox
Use this article for help exporting data from Firefox and importing into Bitwarden.
Exporting from Firefox can look a little different depending on which version you are using, or if you are using a Firefox-based browser like Tor Browser or Waterfox:
To export logins from the latest version of Firefox:
Using the address bar, navigate to
about:logins
.Select the menu button from the top right and select Export Logins... from the dropdown menu.
You will be prompted to specify a location to save your login export to.
Firefox will export your logins as a
.csv
.
Some older versions of Firefox do not support native export. Complete the following steps to export using FF Password Exporter.
Download, install, and open the FF Password Exporter.
Select a user profile from the Detected Firefox User Profiles, or from a specified custom profile directory. If you have set a master password for the user profile, enter it:
Firefox Exporter Select the Export Passwords button.
Choose
.csv
for the file format, and save the file to your device.
Some Firefox-based browsers offer login export in a different location than vanilla Firefox. If the steps to import from the Latest Version don't work, try the following:
Using the address bar, navigate to
about:preferences#privacy
.Click the Saved Logins button.
Click the menu button from the top right and select Export Logins from the dropdown.
You will be prompted to specify a location to save your login export.
Most Firefox-based browsers will export your logins as a
.csv
.
Data must be imported to Bitwarden from the web vault or CLI. Data is encrypted locally before being sent to the server for storage.
Alle Schritte, um Daten in Ihren Tresor zu importieren:
Melden Sie sich im Web-Tresor unter https://vault.bitwarden.com an (oder
https://your.bitwarden.domain.com
, wenn Sie Bitwarden selbst hosten).Wählen Sie in der oberen Navigationsleiste Werkzeuge.
Wählen Sie Daten importieren aus dem Menü Werkzeuge.
Wählen Sie im Dropdown-Menü das Format Ihrer Import-Datei aus.
Klicken Sie auf Datei auswählen und fügen Sie die zu importierende Datei hinzu oder kopieren Sie den Inhalt Ihrer Datei in das Eingabefeld.
Warnung
Beim Importieren wird nicht geprüft, ob Elemente in der zu importierenden Datei bereits in Ihrem Tresor vorhanden sind. Wenn Sie mehrere Dateien importieren oder Dateien mit Elementen importieren, die bereits in Ihrem Tresor vorhanden sind, werden Duplikate erstellt.
Klicken Sie auf Daten importieren, um den Import zu starten.
Löschen Sie nach erfolgreichem Import die Import-Quelldatei von Ihrem Computer. Damit schützen Sie sich für den Fall, dass Ihr Computer angegriffen wird.
Dateianhänge müssen manuell in Ihren Tresor hochgeladen werden.
Um Daten über die Kommandozeile in Ihren Tresor zu importieren, verwenden Sie den folgenden Befehl:
bw import <format> <path>
bw import
erfordert ein Format (verwenden Sie bw import --formats
, um eine Liste von Formaten abzurufen) und einen Pfad, zum Beispiel:
bw import lastpasscsv /Users/myaccount/Documents/mydata.csv
Löschen Sie nach erfolgreichem Import die Import-Quelldatei von Ihrem Computer. Damit schützen Sie sich für den Fall, dass Ihr Computer angegriffen wird.
Imports may be rejected for exceeding any of the following data limitations:
If your import has more than 6,000 items.
If your import has more than 1,000 folders.
If your import has more than 1,000 collections.
If your import has more than 6,000 item-folder relationships (e.g. a single item in 3 folders can be said to have 3 item-folder relationships).
If your import has more than 6,000 item-collection relationships (e.g. a single item in 3 collections can be said to have 3 item-collection relationships).