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
| Component | Minimum | Recommended |
|---|---|---|
| Operating System | Windows 10 64-bit | Windows 11 64-bit |
| RAM | 8 GB | 16 GB+ |
| Storage | 500 MB | 2 GB+ SSD |
| CPU | Dual-core 2.0 GHz | Quad-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
| Parameter | Description |
|---|---|
| User Agent | Browser and OS identification string |
| Screen Resolution | Display dimensions and color depth |
| WebGL | Graphics card vendor and renderer |
| Canvas | Unique canvas rendering signature |
| Audio Context | Audio processing fingerprint |
| Fonts | Installed system fonts list |
| Timezone | Geographic timezone setting |
| Language | Browser 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/localAuthentication
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_KEYAvailable Endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST | /environments/list | List environments |
| POST | /environments/detail | Get a single environment detail |
| POST | /environments/start | Start a local environment by UUID |
| POST | /environments/stop | Stop a running local environment by UUID |
| POST | /environments/batch-start | Batch start environments by UUID list |
| POST | /environments/batch-stop | Batch stop environments by UUID list |
| POST | /environments/delete | Delete an environment |
| POST | /environments/batch-delete | Batch delete environments |
| POST | /environments/set-proxy | Set proxy for one environment |
| POST | /environments/assign-tags | Assign tags to one environment |
| POST | /environments/remove-tag | Remove one tag from one environment |
| POST | /environments/move-to-group | Move one environment to a group |
| POST | /environments/batch-move-to-group | Batch move environments to a group |
| POST | /environments/set-accounts | Set accounts for one environment |
| POST | /environments/batch-assign-tags | Batch assign tags to environments |
| POST | /environments/batch-remove-tags | Batch remove tags from environments |
| POST | /environments/urls/list | List environment URLs |
| POST | /environments/urls/delete | Delete one URL from an environment |
| POST | /environments/urls/clear | Clear all URLs from an environment |
| POST | /environments/cookies/list | List environment cookies |
| POST | /environments/cookies/delete | Delete one cookie from an environment |
| POST | /environments/cookies/clear | Clear all cookies from an environment |
| POST | /environments/recycle-bin/list | List recycle bin environments |
| POST | /environments/recycle-bin/restore | Restore one environment from recycle bin |
| POST | /environments/recycle-bin/batch-restore | Batch restore environments from recycle bin |
| POST | /environments/recycle-bin/permanent-delete | Permanently delete one environment |
| POST | /environments/recycle-bin/batch-permanent-delete | Batch permanently delete environments |
| POST | /groups/list | List groups |
| POST | /groups/delete | Delete a group |
| POST | /tags/list | List tags |
| POST | /tags/delete | Delete a tag |
| POST | /proxies/list | List proxies |
| POST | /proxies/detail | Get a proxy detail |
| POST | /proxies/delete | Delete a proxy |
| POST | /proxies/batch-delete | Batch delete proxies |
| POST | /proxies/batch-import | Batch import proxies |
| POST | /workspaces/list | List workspaces |
| POST | /workspaces/get | Get current workspace |
| POST | /workspaces/switch | Switch the current workspace |
| POST | /browser-kernels/list | List 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.