How can I use multiple accounts with Telegram? The Next CEO of Stack OverflowHow can I run multiple instances of Telegram?How to install 2 telegram desktop on a ubuntu pc?How to install TelegramHow to maintain Telegram to stay logged in permanently Ubuntu Touch phone?telegram with secret chatsUbuntu Touch - Locking TelegramTelegram channels on Ubuntu touch (App and Scope) with OTA-11How to add a bot to Telegram (core app) in Ubuntu Touch?How can I run multiple instances of Telegram?How to remove the Telegram Indicator appletHow to make telegram snap use home folder by defaultAutomatize loggin with Telegram-CLI
Why was Sir Cadogan fired?
Shortening a title without changing its meaning
Does the Idaho Potato Commission associate potato skins with healthy eating?
Calculate the Mean mean of two numbers
Can Sri Krishna be called 'a person'?
Noise during hard braking
How can the PCs determine if an item is a phylactery?
Masking layers by a vector polygon layer in QGIS
What steps are necessary to read a Modern SSD in Medieval Europe?
What day is it again?
Avoiding the "not like other girls" trope?
How to find if SQL server backup is encrypted with TDE without restoring the backup
My ex-girlfriend uses my Apple ID to login to her iPad, do I have to give her my Apple ID password to reset it?
Calculating discount not working
Horror film about a man brought out of cryogenic suspension without a soul, around 1990
Free fall ellipse or parabola?
What did the word "leisure" mean in late 18th Century usage?
How to pronounce fünf in 45
How do I keep Mac Emacs from trapping M-`?
How to implement Comparable so it is consistent with identity-equality
Small nick on power cord from an electric alarm clock, and copper wiring exposed but intact
Planeswalker Ability and Death Timing
Can a PhD from a non-TU9 German university become a professor in a TU9 university?
Why do we say “un seul M” and not “une seule M” even though M is a “consonne”?
How can I use multiple accounts with Telegram?
The Next CEO of Stack OverflowHow can I run multiple instances of Telegram?How to install 2 telegram desktop on a ubuntu pc?How to install TelegramHow to maintain Telegram to stay logged in permanently Ubuntu Touch phone?telegram with secret chatsUbuntu Touch - Locking TelegramTelegram channels on Ubuntu touch (App and Scope) with OTA-11How to add a bot to Telegram (core app) in Ubuntu Touch?How can I run multiple instances of Telegram?How to remove the Telegram Indicator appletHow to make telegram snap use home folder by defaultAutomatize loggin with Telegram-CLI
Is there a way to have two copies of telegram app in Ubuntu each with a different account?
It seems copying the app in another folder does not work.
telegram
add a comment |
Is there a way to have two copies of telegram app in Ubuntu each with a different account?
It seems copying the app in another folder does not work.
telegram
add a comment |
Is there a way to have two copies of telegram app in Ubuntu each with a different account?
It seems copying the app in another folder does not work.
telegram
Is there a way to have two copies of telegram app in Ubuntu each with a different account?
It seems copying the app in another folder does not work.
telegram
telegram
edited May 14 '16 at 20:24
muru
1
1
asked Jan 9 '16 at 3:44
nanonano
3292516
3292516
add a comment |
add a comment |
8 Answers
8
active
oldest
votes
What I do is run the Telegram binary as a different user
cd ~/Downloads/Telegram/
sudo -u otheruser ./Telegram
This is the solution I use as I have yet to find a viable alternative to the telegram desktop app. most of the others are only wrappers for the web interface.
– Ridderhoff
Feb 9 '17 at 4:10
1
For what its worth, you should run 'su otheruser' instead of 'sudo -u otheruser'.
– crafter
Nov 29 '17 at 12:14
add a comment |
With telegram desktop installed:
mkdir ~/.telegram2ndprofile
telegram -many -workdir ~/.telegram2ndprofile
Source
add a comment |
You can use Franz.
Franz allows you to add each service many times. This makes Franz the
perfect tool to manage multiple business and private accounts at the
same time. You could even use five different Facebook Messenger
accounts at once, if some inexplicable reason urges you to do so.
add a comment |
Three Ways:
Install Chrome and there install Telegram from the Web Store.
Install Wine and Telegram for Windows
Enter in https://web.telegram.org/
add a comment |
You may try Cutegram. It supports multiple accounts (you can use them simultaneously).
Update: It seems development of Cutegram has ceased.
add a comment |
You can use a multi-protocol, multi-account client like Pidgin (or anything based on libpurple):
Add a package repository with Telegram support for libpurple:
sudo add-apt-repository ppa:nilarimogard/webupd8
sudo apt updateInstall Pidgin and the Telegram plug-in for it:
sudo apt install pidgin telegram-purpleStart Pidgin and set it up to use as many Telegram accounts as you like.
add a comment |
For each instance you wish to open, create a fresh directory with Telegram and Updater files. Now create Telegram.desktop (or whatever name.desktop) file with this content:
[Desktop Entry]
Type=Application
Name=Telegram
Exec="$(dirname $(realpath %k))"/Telegram -workdir "$(dirname $(realpath %k))"
Categories=Internet;Messenger #Optional
Icon=Telegram #Optional
Terminal=false
Put this file inside your Telegram instance folder, make it executable, and run.
This will work even if you create a symlink of .desktop file and run it.
add a comment |
You can use rambox, Franz or can login in the browser and use web.telegram.org
Att.
New contributor
Herberson Miranda is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "89"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f718912%2fhow-can-i-use-multiple-accounts-with-telegram%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
8 Answers
8
active
oldest
votes
8 Answers
8
active
oldest
votes
active
oldest
votes
active
oldest
votes
What I do is run the Telegram binary as a different user
cd ~/Downloads/Telegram/
sudo -u otheruser ./Telegram
This is the solution I use as I have yet to find a viable alternative to the telegram desktop app. most of the others are only wrappers for the web interface.
– Ridderhoff
Feb 9 '17 at 4:10
1
For what its worth, you should run 'su otheruser' instead of 'sudo -u otheruser'.
– crafter
Nov 29 '17 at 12:14
add a comment |
What I do is run the Telegram binary as a different user
cd ~/Downloads/Telegram/
sudo -u otheruser ./Telegram
This is the solution I use as I have yet to find a viable alternative to the telegram desktop app. most of the others are only wrappers for the web interface.
– Ridderhoff
Feb 9 '17 at 4:10
1
For what its worth, you should run 'su otheruser' instead of 'sudo -u otheruser'.
– crafter
Nov 29 '17 at 12:14
add a comment |
What I do is run the Telegram binary as a different user
cd ~/Downloads/Telegram/
sudo -u otheruser ./Telegram
What I do is run the Telegram binary as a different user
cd ~/Downloads/Telegram/
sudo -u otheruser ./Telegram
edited Jan 9 '17 at 6:41
Zanna
51.2k13139242
51.2k13139242
answered Jan 9 '17 at 4:52
RidderhoffRidderhoff
30128
30128
This is the solution I use as I have yet to find a viable alternative to the telegram desktop app. most of the others are only wrappers for the web interface.
– Ridderhoff
Feb 9 '17 at 4:10
1
For what its worth, you should run 'su otheruser' instead of 'sudo -u otheruser'.
– crafter
Nov 29 '17 at 12:14
add a comment |
This is the solution I use as I have yet to find a viable alternative to the telegram desktop app. most of the others are only wrappers for the web interface.
– Ridderhoff
Feb 9 '17 at 4:10
1
For what its worth, you should run 'su otheruser' instead of 'sudo -u otheruser'.
– crafter
Nov 29 '17 at 12:14
This is the solution I use as I have yet to find a viable alternative to the telegram desktop app. most of the others are only wrappers for the web interface.
– Ridderhoff
Feb 9 '17 at 4:10
This is the solution I use as I have yet to find a viable alternative to the telegram desktop app. most of the others are only wrappers for the web interface.
– Ridderhoff
Feb 9 '17 at 4:10
1
1
For what its worth, you should run 'su otheruser' instead of 'sudo -u otheruser'.
– crafter
Nov 29 '17 at 12:14
For what its worth, you should run 'su otheruser' instead of 'sudo -u otheruser'.
– crafter
Nov 29 '17 at 12:14
add a comment |
With telegram desktop installed:
mkdir ~/.telegram2ndprofile
telegram -many -workdir ~/.telegram2ndprofile
Source
add a comment |
With telegram desktop installed:
mkdir ~/.telegram2ndprofile
telegram -many -workdir ~/.telegram2ndprofile
Source
add a comment |
With telegram desktop installed:
mkdir ~/.telegram2ndprofile
telegram -many -workdir ~/.telegram2ndprofile
Source
With telegram desktop installed:
mkdir ~/.telegram2ndprofile
telegram -many -workdir ~/.telegram2ndprofile
Source
edited Mar 3 '18 at 1:29
Sss
6485922
6485922
answered Jan 23 '17 at 0:07
abumalickabumalick
34626
34626
add a comment |
add a comment |
You can use Franz.
Franz allows you to add each service many times. This makes Franz the
perfect tool to manage multiple business and private accounts at the
same time. You could even use five different Facebook Messenger
accounts at once, if some inexplicable reason urges you to do so.
add a comment |
You can use Franz.
Franz allows you to add each service many times. This makes Franz the
perfect tool to manage multiple business and private accounts at the
same time. You could even use five different Facebook Messenger
accounts at once, if some inexplicable reason urges you to do so.
add a comment |
You can use Franz.
Franz allows you to add each service many times. This makes Franz the
perfect tool to manage multiple business and private accounts at the
same time. You could even use five different Facebook Messenger
accounts at once, if some inexplicable reason urges you to do so.
You can use Franz.
Franz allows you to add each service many times. This makes Franz the
perfect tool to manage multiple business and private accounts at the
same time. You could even use five different Facebook Messenger
accounts at once, if some inexplicable reason urges you to do so.
answered May 14 '16 at 18:18
MmParvinMmParvin
21123
21123
add a comment |
add a comment |
Three Ways:
Install Chrome and there install Telegram from the Web Store.
Install Wine and Telegram for Windows
Enter in https://web.telegram.org/
add a comment |
Three Ways:
Install Chrome and there install Telegram from the Web Store.
Install Wine and Telegram for Windows
Enter in https://web.telegram.org/
add a comment |
Three Ways:
Install Chrome and there install Telegram from the Web Store.
Install Wine and Telegram for Windows
Enter in https://web.telegram.org/
Three Ways:
Install Chrome and there install Telegram from the Web Store.
Install Wine and Telegram for Windows
Enter in https://web.telegram.org/
edited May 14 '16 at 20:24
muru
1
1
answered Jan 9 '16 at 3:49
OlimjonOlimjon
2,306724
2,306724
add a comment |
add a comment |
You may try Cutegram. It supports multiple accounts (you can use them simultaneously).
Update: It seems development of Cutegram has ceased.
add a comment |
You may try Cutegram. It supports multiple accounts (you can use them simultaneously).
Update: It seems development of Cutegram has ceased.
add a comment |
You may try Cutegram. It supports multiple accounts (you can use them simultaneously).
Update: It seems development of Cutegram has ceased.
You may try Cutegram. It supports multiple accounts (you can use them simultaneously).
Update: It seems development of Cutegram has ceased.
edited Dec 28 '18 at 14:22
answered May 14 '16 at 19:55
pomskypomsky
33.1k11103135
33.1k11103135
add a comment |
add a comment |
You can use a multi-protocol, multi-account client like Pidgin (or anything based on libpurple):
Add a package repository with Telegram support for libpurple:
sudo add-apt-repository ppa:nilarimogard/webupd8
sudo apt updateInstall Pidgin and the Telegram plug-in for it:
sudo apt install pidgin telegram-purpleStart Pidgin and set it up to use as many Telegram accounts as you like.
add a comment |
You can use a multi-protocol, multi-account client like Pidgin (or anything based on libpurple):
Add a package repository with Telegram support for libpurple:
sudo add-apt-repository ppa:nilarimogard/webupd8
sudo apt updateInstall Pidgin and the Telegram plug-in for it:
sudo apt install pidgin telegram-purpleStart Pidgin and set it up to use as many Telegram accounts as you like.
add a comment |
You can use a multi-protocol, multi-account client like Pidgin (or anything based on libpurple):
Add a package repository with Telegram support for libpurple:
sudo add-apt-repository ppa:nilarimogard/webupd8
sudo apt updateInstall Pidgin and the Telegram plug-in for it:
sudo apt install pidgin telegram-purpleStart Pidgin and set it up to use as many Telegram accounts as you like.
You can use a multi-protocol, multi-account client like Pidgin (or anything based on libpurple):
Add a package repository with Telegram support for libpurple:
sudo add-apt-repository ppa:nilarimogard/webupd8
sudo apt updateInstall Pidgin and the Telegram plug-in for it:
sudo apt install pidgin telegram-purpleStart Pidgin and set it up to use as many Telegram accounts as you like.
answered Jan 1 '18 at 15:51
David FoersterDavid Foerster
28.6k1367113
28.6k1367113
add a comment |
add a comment |
For each instance you wish to open, create a fresh directory with Telegram and Updater files. Now create Telegram.desktop (or whatever name.desktop) file with this content:
[Desktop Entry]
Type=Application
Name=Telegram
Exec="$(dirname $(realpath %k))"/Telegram -workdir "$(dirname $(realpath %k))"
Categories=Internet;Messenger #Optional
Icon=Telegram #Optional
Terminal=false
Put this file inside your Telegram instance folder, make it executable, and run.
This will work even if you create a symlink of .desktop file and run it.
add a comment |
For each instance you wish to open, create a fresh directory with Telegram and Updater files. Now create Telegram.desktop (or whatever name.desktop) file with this content:
[Desktop Entry]
Type=Application
Name=Telegram
Exec="$(dirname $(realpath %k))"/Telegram -workdir "$(dirname $(realpath %k))"
Categories=Internet;Messenger #Optional
Icon=Telegram #Optional
Terminal=false
Put this file inside your Telegram instance folder, make it executable, and run.
This will work even if you create a symlink of .desktop file and run it.
add a comment |
For each instance you wish to open, create a fresh directory with Telegram and Updater files. Now create Telegram.desktop (or whatever name.desktop) file with this content:
[Desktop Entry]
Type=Application
Name=Telegram
Exec="$(dirname $(realpath %k))"/Telegram -workdir "$(dirname $(realpath %k))"
Categories=Internet;Messenger #Optional
Icon=Telegram #Optional
Terminal=false
Put this file inside your Telegram instance folder, make it executable, and run.
This will work even if you create a symlink of .desktop file and run it.
For each instance you wish to open, create a fresh directory with Telegram and Updater files. Now create Telegram.desktop (or whatever name.desktop) file with this content:
[Desktop Entry]
Type=Application
Name=Telegram
Exec="$(dirname $(realpath %k))"/Telegram -workdir "$(dirname $(realpath %k))"
Categories=Internet;Messenger #Optional
Icon=Telegram #Optional
Terminal=false
Put this file inside your Telegram instance folder, make it executable, and run.
This will work even if you create a symlink of .desktop file and run it.
edited Jun 25 '18 at 13:36
pomsky
33.1k11103135
33.1k11103135
answered Jun 1 '18 at 21:13
Alireza MohamadiAlireza Mohamadi
1214
1214
add a comment |
add a comment |
You can use rambox, Franz or can login in the browser and use web.telegram.org
Att.
New contributor
Herberson Miranda is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
You can use rambox, Franz or can login in the browser and use web.telegram.org
Att.
New contributor
Herberson Miranda is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
You can use rambox, Franz or can login in the browser and use web.telegram.org
Att.
New contributor
Herberson Miranda is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
You can use rambox, Franz or can login in the browser and use web.telegram.org
Att.
New contributor
Herberson Miranda is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Herberson Miranda is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
answered 1 hour ago
Herberson MirandaHerberson Miranda
1
1
New contributor
Herberson Miranda is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Herberson Miranda is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Herberson Miranda is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f718912%2fhow-can-i-use-multiple-accounts-with-telegram%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
