How can I use multiple accounts with Telegram?












10















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.










share|improve this question





























    10















    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.










    share|improve this question



























      10












      10








      10


      3






      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.










      share|improve this question
















      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






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited May 14 '16 at 20:24









      muru

      1




      1










      asked Jan 9 '16 at 3:44









      nanonano

      3142516




      3142516






















          7 Answers
          7






          active

          oldest

          votes


















          7














          What I do is run the Telegram binary as a different user



          cd ~/Downloads/Telegram/
          sudo -u otheruser ./Telegram





          share|improve this answer


























          • 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



















          15














          With telegram desktop installed:



          mkdir ~/.telegram2ndprofile 
          telegram -many -workdir ~/.telegram2ndprofile


          Source






          share|improve this answer

































            8














            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.







            share|improve this answer































              3














              Three Ways:




              1. Install Chrome and there install Telegram from the Web Store.


              2. Install Wine and Telegram for Windows


              3. Enter in https://web.telegram.org/







              share|improve this answer

































                3














                You may try Cutegram. It supports multiple accounts (you can use them simultaneously).



                Update: It seems development of Cutegram has ceased.






                share|improve this answer

































                  2














                  You can use a multi-protocol, multi-account client like Pidgin (or anything based on libpurple):





                  1. Add a package repository with Telegram support for libpurple:



                    sudo add-apt-repository ppa:nilarimogard/webupd8
                    sudo apt update



                  2. Install Pidgin and the Telegram plug-in for it:



                    sudo apt install pidgin telegram-purple


                  3. Start Pidgin and set it up to use as many Telegram accounts as you like.







                  share|improve this answer































                    2














                    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.






                    share|improve this answer

























                      Your Answer








                      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
                      });


                      }
                      });














                      draft saved

                      draft discarded


















                      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

























                      7 Answers
                      7






                      active

                      oldest

                      votes








                      7 Answers
                      7






                      active

                      oldest

                      votes









                      active

                      oldest

                      votes






                      active

                      oldest

                      votes









                      7














                      What I do is run the Telegram binary as a different user



                      cd ~/Downloads/Telegram/
                      sudo -u otheruser ./Telegram





                      share|improve this answer


























                      • 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
















                      7














                      What I do is run the Telegram binary as a different user



                      cd ~/Downloads/Telegram/
                      sudo -u otheruser ./Telegram





                      share|improve this answer


























                      • 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














                      7












                      7








                      7







                      What I do is run the Telegram binary as a different user



                      cd ~/Downloads/Telegram/
                      sudo -u otheruser ./Telegram





                      share|improve this answer















                      What I do is run the Telegram binary as a different user



                      cd ~/Downloads/Telegram/
                      sudo -u otheruser ./Telegram






                      share|improve this answer














                      share|improve this answer



                      share|improve this answer








                      edited Jan 9 '17 at 6:41









                      Zanna

                      50.3k13133241




                      50.3k13133241










                      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



















                      • 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













                      15














                      With telegram desktop installed:



                      mkdir ~/.telegram2ndprofile 
                      telegram -many -workdir ~/.telegram2ndprofile


                      Source






                      share|improve this answer






























                        15














                        With telegram desktop installed:



                        mkdir ~/.telegram2ndprofile 
                        telegram -many -workdir ~/.telegram2ndprofile


                        Source






                        share|improve this answer




























                          15












                          15








                          15







                          With telegram desktop installed:



                          mkdir ~/.telegram2ndprofile 
                          telegram -many -workdir ~/.telegram2ndprofile


                          Source






                          share|improve this answer















                          With telegram desktop installed:



                          mkdir ~/.telegram2ndprofile 
                          telegram -many -workdir ~/.telegram2ndprofile


                          Source







                          share|improve this answer














                          share|improve this answer



                          share|improve this answer








                          edited Mar 3 '18 at 1:29









                          Sss

                          6333822




                          6333822










                          answered Jan 23 '17 at 0:07









                          abumalickabumalick

                          33626




                          33626























                              8














                              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.







                              share|improve this answer




























                                8














                                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.







                                share|improve this answer


























                                  8












                                  8








                                  8







                                  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.







                                  share|improve this answer













                                  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.








                                  share|improve this answer












                                  share|improve this answer



                                  share|improve this answer










                                  answered May 14 '16 at 18:18









                                  MmParvinMmParvin

                                  20123




                                  20123























                                      3














                                      Three Ways:




                                      1. Install Chrome and there install Telegram from the Web Store.


                                      2. Install Wine and Telegram for Windows


                                      3. Enter in https://web.telegram.org/







                                      share|improve this answer






























                                        3














                                        Three Ways:




                                        1. Install Chrome and there install Telegram from the Web Store.


                                        2. Install Wine and Telegram for Windows


                                        3. Enter in https://web.telegram.org/







                                        share|improve this answer




























                                          3












                                          3








                                          3







                                          Three Ways:




                                          1. Install Chrome and there install Telegram from the Web Store.


                                          2. Install Wine and Telegram for Windows


                                          3. Enter in https://web.telegram.org/







                                          share|improve this answer















                                          Three Ways:




                                          1. Install Chrome and there install Telegram from the Web Store.


                                          2. Install Wine and Telegram for Windows


                                          3. Enter in https://web.telegram.org/








                                          share|improve this answer














                                          share|improve this answer



                                          share|improve this answer








                                          edited May 14 '16 at 20:24









                                          muru

                                          1




                                          1










                                          answered Jan 9 '16 at 3:49









                                          OlimjonOlimjon

                                          2,123624




                                          2,123624























                                              3














                                              You may try Cutegram. It supports multiple accounts (you can use them simultaneously).



                                              Update: It seems development of Cutegram has ceased.






                                              share|improve this answer






























                                                3














                                                You may try Cutegram. It supports multiple accounts (you can use them simultaneously).



                                                Update: It seems development of Cutegram has ceased.






                                                share|improve this answer




























                                                  3












                                                  3








                                                  3







                                                  You may try Cutegram. It supports multiple accounts (you can use them simultaneously).



                                                  Update: It seems development of Cutegram has ceased.






                                                  share|improve this answer















                                                  You may try Cutegram. It supports multiple accounts (you can use them simultaneously).



                                                  Update: It seems development of Cutegram has ceased.







                                                  share|improve this answer














                                                  share|improve this answer



                                                  share|improve this answer








                                                  edited Dec 28 '18 at 14:22

























                                                  answered May 14 '16 at 19:55









                                                  pomskypomsky

                                                  29.2k1190116




                                                  29.2k1190116























                                                      2














                                                      You can use a multi-protocol, multi-account client like Pidgin (or anything based on libpurple):





                                                      1. Add a package repository with Telegram support for libpurple:



                                                        sudo add-apt-repository ppa:nilarimogard/webupd8
                                                        sudo apt update



                                                      2. Install Pidgin and the Telegram plug-in for it:



                                                        sudo apt install pidgin telegram-purple


                                                      3. Start Pidgin and set it up to use as many Telegram accounts as you like.







                                                      share|improve this answer




























                                                        2














                                                        You can use a multi-protocol, multi-account client like Pidgin (or anything based on libpurple):





                                                        1. Add a package repository with Telegram support for libpurple:



                                                          sudo add-apt-repository ppa:nilarimogard/webupd8
                                                          sudo apt update



                                                        2. Install Pidgin and the Telegram plug-in for it:



                                                          sudo apt install pidgin telegram-purple


                                                        3. Start Pidgin and set it up to use as many Telegram accounts as you like.







                                                        share|improve this answer


























                                                          2












                                                          2








                                                          2







                                                          You can use a multi-protocol, multi-account client like Pidgin (or anything based on libpurple):





                                                          1. Add a package repository with Telegram support for libpurple:



                                                            sudo add-apt-repository ppa:nilarimogard/webupd8
                                                            sudo apt update



                                                          2. Install Pidgin and the Telegram plug-in for it:



                                                            sudo apt install pidgin telegram-purple


                                                          3. Start Pidgin and set it up to use as many Telegram accounts as you like.







                                                          share|improve this answer













                                                          You can use a multi-protocol, multi-account client like Pidgin (or anything based on libpurple):





                                                          1. Add a package repository with Telegram support for libpurple:



                                                            sudo add-apt-repository ppa:nilarimogard/webupd8
                                                            sudo apt update



                                                          2. Install Pidgin and the Telegram plug-in for it:



                                                            sudo apt install pidgin telegram-purple


                                                          3. Start Pidgin and set it up to use as many Telegram accounts as you like.








                                                          share|improve this answer












                                                          share|improve this answer



                                                          share|improve this answer










                                                          answered Jan 1 '18 at 15:51









                                                          David FoersterDavid Foerster

                                                          27.9k1364110




                                                          27.9k1364110























                                                              2














                                                              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.






                                                              share|improve this answer






























                                                                2














                                                                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.






                                                                share|improve this answer




























                                                                  2












                                                                  2








                                                                  2







                                                                  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.






                                                                  share|improve this answer















                                                                  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.







                                                                  share|improve this answer














                                                                  share|improve this answer



                                                                  share|improve this answer








                                                                  edited Jun 25 '18 at 13:36









                                                                  pomsky

                                                                  29.2k1190116




                                                                  29.2k1190116










                                                                  answered Jun 1 '18 at 21:13









                                                                  Alireza MohamadiAlireza Mohamadi

                                                                  1214




                                                                  1214






























                                                                      draft saved

                                                                      draft discarded




















































                                                                      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.




                                                                      draft saved


                                                                      draft discarded














                                                                      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





















































                                                                      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







                                                                      Popular posts from this blog

                                                                      flock() on closed filehandle LOCK_FILE at /usr/bin/apt-mirror

                                                                      Mangá

                                                                       ⁒  ․,‪⁊‑⁙ ⁖, ⁇‒※‌, †,⁖‗‌⁝    ‾‸⁘,‖⁔⁣,⁂‾
”‑,‥–,‬ ,⁀‹⁋‴⁑ ‒ ,‴⁋”‼ ⁨,‷⁔„ ‰′,‐‚ ‥‡‎“‷⁃⁨⁅⁣,⁔
⁇‘⁔⁡⁏⁌⁡‿‶‏⁨ ⁣⁕⁖⁨⁩⁥‽⁀  ‴‬⁜‟ ⁃‣‧⁕‮ …‍⁨‴ ⁩,⁚⁖‫ ,‵ ⁀,‮⁝‣‣ ⁑  ⁂– ․, ‾‽ ‏⁁“⁗‸ ‾… ‹‡⁌⁎‸‘ ‡⁏⁌‪ ‵⁛ ‎⁨ ―⁦⁤⁄⁕