03-01-2026 02:46 AM
Handling the firefox configurations are complicated because the user profile directory has a hashed name like `/home/me/snap/firefox/common/.mozilla/firefox/x3b1su0d.default`
09-01-2026 11:30 PM
Hello,
I'm not quite sure what you mean by (1). Could you explain your problem in more detail?
(2) Take a look at https://mozilla.github.io/policy-templates/ which has information on how to manage an organization-wide Firefox setup.
(3) If you just want to be able to access the same bookmarks/history data from multiple Firefox sessions at the same time, I would probably suggest using Firefox Sync to sync data between two different profiles. Note that Sync supports Firefox sessions on different devices, including syncing data between desktop and mobile. More info here: https://support.mozilla.org/en-US/kb/sync
10-01-2026 12:28 AM
Regarding 3: can I use this is on an air gapped computer or do I need access to some server that is online?
20-01-2026 11:31 AM
@kaddkaka wrote:
Regarding 3: can I use this is on an air gapped computer or do I need access to some server that is online?
Yes, you can self-host a sync server, although it's fairly technical. The old server (https://github.com/mozilla-services/syncserver) has more self-hosting documentation, but it has been deprecated; I'm not as familiar with the self-hosted setup for the new server (https://github.com/mozilla-services/syncstorage-rs), but there seem to be a few blog posts with recent experience. (Note there are separate syncstorage and tokenserver components you'd need to self-host--I'd probably suggest you read the docs from the old sync server for a starting point.) You'd also need to self-host the mozilla accounts stack (https://github.com/mozilla/fxa/). All this is possible, but fairly complex and not especially well documented; that said, we do have matrix channels where you can ask the developers for help.
If you're not absolutely set on avoiding the public web, note that Firefox Sync has robust privacy properties--your data is encrypted client-side and Mozilla cannot decrypt it; the downside of this strong privacy is that, if you lose your password, your data cannot be recovered. (We derive keying material locally from your username+password and use that to decrypt/encrypt your data locally, and only the encrypted data transits Mozilla's servers.) You can read more about the privacy properties here.
20-01-2026 01:14 PM
All of this seems very complicated 🫣
Can't I just have 1 profile and access that same profile simulatenously in two different Firefox instances (on two different DE/displays)?
20-01-2026 01:17 PM
1. How can I figure out wher the settings file is located on my system without opening a graphical instance of Firefox?
Something like `firefox --print-config-path`or `firefox --list-profiles` and it would print something like `~/.config/firefox/settings.ini`