All Collections
Application Migration
Profile Import From Multilogin to GoLogin
Profile Import From Multilogin to GoLogin
Constantine avatar
Written by Constantine
Updated over a week ago

To transfer your work from Multilogin to GoLogin, follow the instructions or watch the video below.

First, you must install the following tools on your PC:

If you're on Windows

  1. Press Win + R to open the Command Prompt.

  2. On the command line, write this:
    git clone https://github.com/alexandivv/from_multilogin_to_gologin.git


    In case it's not downloading:

    — go to https://github.com/alexandivv/from_multilogin_to_gologin 
    — Click the Code button, click "Download ZIP"
  3. Go to the repository folder when downloaded.

  4. Open the file config.ру.

  5. Copy your Multilogin token from Multilogin (the My Account section) and paste it in the field 'your_multilogin_token'.

  6. Copy your port number from Multilogin and paste it in the field ‘your_multilogin_port’.

  7. Copy your GoLogin token from GoLogin (the API Documentation section) and paste it in the field ‘your_gologin_token’.

  8. Go to the repository folder and input python main.ру

  9. Write pip install requests in the Command Prompt.

  10. Input python main.ру and wait for the end of the import process.

If you're on macOS

  1. Press Command + Space Bar. Type in Terminal. Press Enter.

  2. Go to the repository folder when downloaded.

  3. Open the file config.ру.

  4. Copy your Multilogin token from Multilogin (the My Account section) and paste it in the field 'your_multilogin_token'.

  5. Copy your port number from Multilogin and paste it in the field ‘your_multilogin_port’.

  6. Copy your GoLogin token from GoLogin (the API documentation section) and paste it in the field ‘your_gologin_token’.

  7. Run main.ру and wait for the end of the import process.

Did this answer your question?