Windows 10 will reach EOS (end of support) on October 14, 2025. For more information, see this article.

Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Two profile two thunderbird at the same time with same user account

more options

Dear, I would use two Thunderbird at the same time for two different profiles with the same user accounts. I using linux OS. I was thinking of using:

  1. thunderbird -P profile1 &
  2. thunderbird -P profile2 &

But when launching the second command nothing happens. Only brings in the foreground thundirbird already started.

If possible use this configuration now or in the nex future?

Dear, I would use two Thunderbird at the same time for two different profiles with the same user accounts. I using linux OS. I was thinking of using: # thunderbird -P profile1 & # thunderbird -P profile2 & But when launching the second command nothing happens. Only brings in the foreground thundirbird already started. If possible use this configuration now or in the nex future?

Asịsa ahọpụtara

As a rule thunderbird only runs one instance of a profile. However, there are a couple of options you could try. You could use an addon to esily switch profiles:

there is more help here:

It does say: 'Multiple instances is intended for debugging, so use it at your own risk'.

One method would be to use: Start > Run "C:\Program Files\Mozilla Thunderbird\thunderbird.exe" -no-remote -P profilename

there is a space before '-no' and also before '-P' followed by a space and the profile name

You could create a shortcut/icon to run each separate profile.

Gụọ azịza a na nghọta 👍 1

All Replies (3)

more options

Thunderbird auto creates the first Profile when initially launched allowing you to create a mail account.

To create further Profiles, you need to :

  • close Thunderbird first - this is important
  • then launch Profile Manager.
./thunderbird -profilemanager 

Alternately, in a terminal, type: path/to/application -profilemanager

more options

I used alredy two profile but not concurrently. When I launching "thunderbird -profilemanager" i select one of the two profiles and used only one profile at the time. I would like to use both profiles simultaneously, together as the same the picture.

more options

Asịsa Ahọpụtara

As a rule thunderbird only runs one instance of a profile. However, there are a couple of options you could try. You could use an addon to esily switch profiles:

there is more help here:

It does say: 'Multiple instances is intended for debugging, so use it at your own risk'.

One method would be to use: Start > Run "C:\Program Files\Mozilla Thunderbird\thunderbird.exe" -no-remote -P profilename

there is a space before '-no' and also before '-P' followed by a space and the profile name

You could create a shortcut/icon to run each separate profile.