Import from another tool

Bring profiles over from AdsPower, Multilogin, GoLogin or a CSV file. What moves, what is approximated, and what does not move.

Updated Sep 7, 2026

In short

Profiles → Import ▾ takes a file or pasted text, detects the source, shows a review of every row, and creates the profiles. Names, folders, tags, notes, proxies and start URLs come along. Fingerprints and cookies do not: every imported profile gets Ant0’s own coherent identity, and cookies are imported per profile after its first start.

Imported profiles get the tag imported-<date> and the source’s name (adspower, multilogin, gologin), editable in the review step, so Show imported can find them afterwards.

Sources

SourceWhat to export thereWhat Ant0 reads
AdsPowerProfile export (Excel saved as CSV, or the TXT export), the Bulk Create template, or Local API JSONname, remark → notes, group_name → folder, tab → start URLs, proxytype + proxy + proxyurl → proxy and change-IP link, operating system family from ua
Multilogin X / 6Profile JSON from the API (profile/metas, profile/search) or Multilogin 6 profile JSONname, notes, tags, parameters.proxy, custom_start_urls, operating system family; folder only when the export carries a folder name
GoLoginExport profiles CSV, the Import profiles template, or profile JSON from the APIname, notes, folder, tags, isPinned, startUrl, proxy and proxy.changeIpUrl, operating system family
CSV / TSVAny table with a header rowname (required), group, tags, notes, proxy, os, start_urls, pinned, timezone, language

Bilingual and Chinese headers (名称, 备注, 分组) are recognised. Unknown columns are listed per row and can be re-pointed to any field in the review step.

What is approximated

  • Operating system: Windows and Linux move as they are; macOS, Android and iOS profiles become Windows.
  • Time zone and languages: only when the source pinned them by hand. Otherwise Ant0 derives them from the proxy’s exit country at launch, which is what the source tools did too.
  • Built-in proxy networks (GoLogin’s own, Multilogin’s residential network, saved AdsPower proxies that are not in the file) cannot be transferred; the profile is imported without a proxy and the row says so.
  • Proxy types other than HTTP, HTTPS and SOCKS5 (SOCKS4, SSH) are dropped the same way.

What does not move

Fingerprint values (user agent, WebGL, canvas, fonts, screen and every other knob), cookies, bookmarks, extension lists, website credentials and 2FA secrets stored in the source tool, and the source’s own ids and timestamps. The review shows “N fields not imported” per row with the field names on hover, so nothing disappears silently.

The CSV format

name,group,tags,notes,proxy,os,start_urls,pinned
shop-01,Shops,eu;vip,first,http://user:pass@1.2.3.4:8080,windows,https://example.com,true
  • tags and start_urls are separated by ; (or , for tags).
  • proxy is a URL (scheme://user:pass@host:port) or a provider line (host:port:user:pass).
  • pinned accepts true/false, 1/0, yes/no.
  • Header names are case-insensitive; tag, note, start_url are accepted aliases.

The same format works from the command line: ant0 profiles bulk file.csv.

Review outcomes

OutcomeMeaning
ReadyCreated as shown.
RenamedThe name already exists; the new name is shown (name (2)). Tick Skip existing to skip instead.
Ready with notesImported with an approximation from the list above.
SkippedName exists and Skip existing is on.
ErrorNo name, or an unreadable proxy. The row is not sent.

Profiles are created in batches; cancelling keeps what was already created. Failures reported by the background service (a name taken meanwhile, an invalid field) appear on the result step with the profile name and the reason.

After the import

  1. Start each profile once and Import cookies from the ⋮ menu if you exported them from the other tool (Cookie-Editor JSON or Netscape format; see Cookies).
  2. Check the Proxies screen: imported proxies are checked automatically; dead ones show in Needs attention.
  3. Sign in to each account inside its profile. Sessions do not transfer; a fresh sign-in with the right proxy is the clean start.