Skip to content

Adding profiles in bulk

With many accounts, creating profiles one by one takes too long. Accovod can add them in a batch, but macOS and Windows do it differently.

Prepare a text file: one line per profile. Fields are separated by semicolons ;:

site;name;proxy;user-agent;cookies
Field Example Required
site instagram.com yes
name Store 01 yes
proxy 203.0.113.10:8080 · 203.0.113.10:8080:login:pass · 203.0.113.10:1080:socks5:login:pass no
user-agent Mozilla/5.0 (Macintosh; …) no
cookies a JSON array, as in Cookie-Editor no

Leave empty fields empty, but keep the semicolons so the fields don’t shift.

instagram.com;Shop 01;203.0.113.10:8080:user1:pass1;;
instagram.com;Shop 02;203.0.113.11:1080:socks5:user2:pass2;;
facebook.com;Ads 01;;;[{"domain":".facebook.com","name":"c_user","value":"1000…","path":"/"}]
etsy.com;Etsy US;198.51.100.7:8000:u:p;Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.5 Safari/605.1.15;
  • The proxy type goes third in the address: http, https, socks5 or socks4. Without a type, the proxy is treated as HTTP.
  • A User-Agent is recognized when it starts with Mozilla/5.0. If the field is empty, the profile gets the default browser from Settings.
  • Semicolons inside a User-Agent or cookies don’t break anything: Accovod finds the cookie JSON at the end of the line on its own.
  1. Open the New Profile form.
  2. Choose Language and Timezone — they apply to every profile in the file.
  3. Click Import and pick a UTF-8 .txt file.

Accovod fetches fingerprints for the whole batch at once — every profile gets its own, not a copy of one.

In a cloud group, Accovod checks up front whether your plan has room for the whole batch. If it doesn’t, nothing is created and you see a message with your current limit.

You can export a group to a file: Groups window → Export. On macOS, the file uses the same format as import. On Windows, you pick the fields and TXT or CSV. See Teamwork and migration.