Introduction

Simprint is a professional anti-detect browser designed for secure multi-account management. It creates isolated browser environments with unique fingerprints, preventing platforms from detecting account associations.

Whether you're managing e-commerce stores, advertising accounts, or social media profiles, Simprint provides the security and isolation you need to operate at scale.

Key Features

  • Unique browser fingerprints for each profile (Canvas, WebGL, Audio, Fonts)
  • Complete environment isolation with separate cookies, cache, and storage
  • Built-in proxy management with support for HTTP, SOCKS5, and residential proxies
  • Team collaboration with role-based access control
  • Cloud sync for seamless profile sharing across devices

Installation

Simprint is currently available for Windows. Download the installer from our official website and follow the installation wizard.

System Requirements

ComponentMinimumRecommended
Operating SystemWindows 10 64-bitWindows 11 64-bit
RAM8 GB16 GB+
Storage500 MB2 GB+ SSD
CPUDual-core 2.0 GHzQuad-core 3.0 GHz+

For optimal performance when running multiple browser profiles simultaneously, we recommend using an SSD and at least 16GB of RAM.

Quick Start

Get up and running with Simprint in just a few minutes. Follow these steps to create your first browser profile.

Step 1: Create a New Profile

Click the "New Profile" button in the main dashboard. Give your profile a descriptive name and select the operating system and browser type to emulate.

Step 2: Configure Fingerprint

Simprint automatically generates a unique fingerprint for each profile. You can customize specific parameters or use the "Randomize" button for a completely new identity.

// Example fingerprint configuration
{
"userAgent": "Mozilla/5.0...",
"screenResolution": [1920, 1080],
"timezone": "America/New_York",
}

Step 3: Add Proxy (Optional)

For enhanced anonymity, add a proxy to your profile. Simprint supports HTTP, HTTPS, SOCKS4, and SOCKS5 proxies.

Step 4: Launch Browser

Click "Start" to launch the browser with your configured profile. Each profile runs in complete isolation from others.

Always use a unique proxy IP for each profile to maximize anonymity and prevent correlation.

Browser Profiles

Browser profiles are the core of Simprint. Each profile represents a completely isolated browser environment with its own fingerprint, cookies, local storage, and cache.

Profile Management

  • Create unlimited profiles with unique identities
  • Clone existing profiles to quickly duplicate settings
  • Organize profiles into folders and groups
  • Add tags for easy filtering and search
  • Export and import profiles for backup or migration

Fingerprint Settings

Simprint provides comprehensive fingerprint customization to ensure each browser profile has a unique, consistent identity that passes all major detection platforms.

Configurable Parameters

ParameterDescription
User AgentBrowser and OS identification string
Screen ResolutionDisplay dimensions and color depth
WebGLGraphics card vendor and renderer
CanvasUnique canvas rendering signature
Audio ContextAudio processing fingerprint
FontsInstalled system fonts list
TimezoneGeographic timezone setting
LanguageBrowser language preferences

Proxy Configuration

Combine unique fingerprints with dedicated proxy IPs for maximum anonymity. Simprint supports all major proxy protocols.

Supported Proxy Types

  • HTTP / HTTPS
  • SOCKS4 / SOCKS5
  • Residential Proxies
  • Mobile Proxies

API Reference

Simprint exposes a local HTTP API after you enable API access in the client. The API is designed for local automation and tool integration.

Base URL

The local API listens on the port configured in the client. By default it binds to 127.0.0.1 unless remote access is enabled.

http://127.0.0.1:{port}/api/local

Authentication

Every request must include the local API key in the sp-api-key header. The key can be generated and rotated from the API & AI page.

sp-api-key: YOUR_LOCAL_API_KEY

Available Endpoints

MethodEndpointDescription
POST/environments/listList environments
POST/environments/detailGet a single environment detail
POST/environments/startStart a local environment by UUID
POST/environments/stopStop a running local environment by UUID
POST/environments/batch-startBatch start environments by UUID list
POST/environments/batch-stopBatch stop environments by UUID list
POST/environments/deleteDelete an environment
POST/environments/batch-deleteBatch delete environments
POST/environments/set-proxySet proxy for one environment
POST/environments/assign-tagsAssign tags to one environment
POST/environments/remove-tagRemove one tag from one environment
POST/environments/move-to-groupMove one environment to a group
POST/environments/batch-move-to-groupBatch move environments to a group
POST/environments/set-accountsSet accounts for one environment
POST/environments/batch-assign-tagsBatch assign tags to environments
POST/environments/batch-remove-tagsBatch remove tags from environments
POST/environments/urls/listList environment URLs
POST/environments/urls/deleteDelete one URL from an environment
POST/environments/urls/clearClear all URLs from an environment
POST/environments/cookies/listList environment cookies
POST/environments/cookies/deleteDelete one cookie from an environment
POST/environments/cookies/clearClear all cookies from an environment
POST/environments/recycle-bin/listList recycle bin environments
POST/environments/recycle-bin/restoreRestore one environment from recycle bin
POST/environments/recycle-bin/batch-restoreBatch restore environments from recycle bin
POST/environments/recycle-bin/permanent-deletePermanently delete one environment
POST/environments/recycle-bin/batch-permanent-deleteBatch permanently delete environments
POST/groups/listList groups
POST/groups/deleteDelete a group
POST/tags/listList tags
POST/tags/deleteDelete a tag
POST/proxies/listList proxies
POST/proxies/detailGet a proxy detail
POST/proxies/deleteDelete a proxy
POST/proxies/batch-deleteBatch delete proxies
POST/proxies/batch-importBatch import proxies
POST/workspaces/listList workspaces
POST/workspaces/getGet current workspace
POST/workspaces/switchSwitch the current workspace
POST/browser-kernels/listList available browser kernels

Examples

List environments

curl -X POST http://127.0.0.1:{port}/api/local/environments/list
-H "Content-Type: application/json"
-H "sp-api-key: YOUR_LOCAL_API_KEY"
-d {"page":1,"page_size":20}

Start one environment

curl -X POST http://127.0.0.1:{port}/api/local/environments/start
-H "Content-Type: application/json"
-H "sp-api-key: YOUR_LOCAL_API_KEY"
-d {"envUuid":"YOUR_ENV_UUID"}

Frequently Asked Questions

How many profiles can I create?

There is no limit to the number of profiles you can create. However, running multiple profiles simultaneously will consume more system resources.

Does Simprint pass all detection tests?

Simprint is designed to pass all major browser fingerprint detection platforms including CreepJS, FingerprintJS, and Pixelscan. We continuously update our fingerprint engine to stay ahead of new detection methods.

Can I use my own proxies?

Yes, Simprint supports any HTTP, HTTPS, SOCKS4, or SOCKS5 proxy. You can also integrate with popular proxy providers through our API.