Mozilla Firefox profiles
Note: Tested on the 1 October 2010 using Mozilla Firefox v3.6.
Create a new (additional) profile:
References and other useful guides:
- If running, first shut down Firefox.
Tip: Use File » Exit, not the x (close) button.
- Start the firefox Profile Manager:
- Windows XP: Click Start » Run... then type firefox.exe -ProfileManager into the entry box and click OK.
- Windows Vista or 7: Click Start and type firefox.exe -ProfileManager into the search box and press Enter.
- Linux: From the terminal, run firefox -ProfileManager.
Tip:
You can also specify the full path in case it is different to the default, i.e.
- Windows:
- "C:\Program Files\Mozilla Firefox\firefox.exe" -ProfileManager
- Linux:
- ~/firefox -ProfileManager
- Click Create Profile » Next and then enter a name for the profile.
- Click Finish and then click Exit.
Create a new shortcut/launcher for the new profile:
This allows for easy access to run multiple firefox profiles.
Windows XP
- Within Windows Explorer browse to:
- C:\Program Files\Mozilla Firefox\
- Right-click firefox.exe and select Create Shortcut
- If required, rename the shortcut and move it to a more accessible place
- Right-click the shortcut and select Properties
- In the Target entry box, insert the following:
- "C:\Program Files\Mozilla Firefox\firefox.exe" -P <PROFILE> -no-remote
Note: The above is where <PROFILE> is your profile name.
Ubuntu
- Create a launcher
- Within the command entry box, insert the following:
- firefox -P <PROFILE> -no-remote
Note: The above is where <PROFILE> is your profile name.
Default profile locations:
References and other useful guides:
- Windows XP:
- C:\Documents and Settings\<USERNAME>\Application Data\Mozilla\Firefox\Profiles\<XXXXX>.default
- Windows Vista or 7:
- C:\Users\<USERNAME>\AppData\Roaming\Mozilla\Firefox\Profiles\<XXXXX>.default
- Linux:
- ~/.mozilla/firefox/<XXXXX>.default/
Note: The above is where:
- <USERNAME> is your user name
- <XXXXX> is a unique random set of characters
Go back to the How-to Guides main page.