Softsource Web Tool Setup May 2026
If you have SSH access, use the SoftSource CLI:
php softsource-cli cache:clear --all
php softsource-cli forms:export --from=2025-01-01 --format=csv
php softsource-cli health:check --verbose
SoftSource can run internal cron jobs. Example: Every hour, sync new blog posts to your Sitemap.
SoftSource supports active-active clustering. Deploy the tool on three servers behind a load balancer, sharing a centralized Redis store and S3-compatible object storage for assets.
Before starting, ensure your system meets these requirements:
| Component | Minimum Version | |-----------|----------------| | OS | Windows 10 / macOS 11 / Ubuntu 20.04 | | Node.js | 18.x or higher | | npm / yarn| latest stable | | Database | MySQL 8.0 or PostgreSQL 14 (if required) | | Web Server| Apache / Nginx (optional for production) |
Also install:
For high-traffic sites, offload form processing to a background job:
server listen 80; server_name softsource.yourdomain.com; return 301 https://$server_name$request_uri;server listen 443 ssl http2; server_name softsource.yourdomain.com; softsource web tool setup
ssl_certificate /etc/letsencrypt/live/softsource.yourdomain.com/fullchain.pem; ssl_certificate_key /etc/letsencrypt/live/softsource.yourdomain.com/privkey.pem; location / proxy_pass http://127.0.0.1:3000; proxy_set_header Host $host; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header X-Forwarded-Proto $scheme;
By following this guide, you’ve moved from a blank slate to a fully functional, optimized, and secure SoftSource web tool setup. You’ve learned how to embed the core engine, configure asset delivery, troubleshoot common errors, and even scale for enterprise traffic.
Remember: the setup is not the end—it’s the beginning. SoftSource’s true value comes from continuous refinement. Experiment with custom events, build automation workflows, and monitor your analytics dashboard weekly.
If you encounter a scenario not covered here, visit the official documentation at docs.softsource.io or use the in-dashboard live chat (available for Pro plan users).
Now, go ahead and deploy your setup. Your streamlined web operations are just a few clicks away.
Further Resources:
Have a unique setup challenge? Share it in the comments below or tag #SoftSourceSetup on social media.
SoftSource Web Tool is a specialized utility primarily used for reading smart cards (such as the new e-Signature and PRO cards) within government service systems like
in the UAE. Setting it up correctly ensures your browser can communicate securely with card readers for official transactions. Prerequisites
Before installation, ensure your system meets these software requirements to avoid compatibility issues: PC/SC compliant card reader driver installed. Frameworks: .NET Framework 3.5 and .NET Framework 4.6.1. Java Runtime Environment (JRE) 1.6 or higher.
Internet Explorer 6 or higher (or compatible modes in modern browsers). Installation Steps Follow these steps to perform a standard setup of the tool:
Obtain the Smart Cards Reading Tool installation file from the official service portal (e.g., Run as Administrator:
Locate the downloaded setup file, right-click it, and select "Run as administrator" button to begin the automated process. Locate Folder: Once complete, navigate to your system drive (typically ) and find the folder named C:\SoftSource Web Tool Execution: Within that folder, right-click on SoftSourceWebTool to launch the application. Configuration for Tasheel Systems If you are using the tool specifically for the Emirates ID Card Toolkit service, you can choose between two methods: Automatic Installation: setup file provided by If you have SSH access, use the SoftSource
. This automatically configures all necessary service parameters. Manual Installation:
Download the specific 32-bit or 64-bit service zip file based on your OS architecture. Unzip the contents directly into C:\Program Files (x86)\Emirates ID Card Toolkit Service
Ensure any existing older files in that destination are deleted before pasting the new ones. Troubleshooting Tip
If the tool fails to read the card after installation, verify that the SoftSource Web Tool
service is running in your system's background tasks and that your browser's security settings allow communication with local services. common error codes and their solutions for this specific web tool? Smart Cards Reading Tool Installation Guide | PDF - Scribd
* Download the Smart Cards Reading Tool installation file. * Run the installation file “As administrator” * To start installation, Emirates ID Card Toolkit Service MOHRE Installation Guide
CACHE_DRIVER=redis SESSION_DRIVER=redis REDIS_HOST=127.0.0.1 SoftSource can run internal cron jobs
Adjust database credentials and paths to match your server. For SQLite, simply set DB_CONNECTION=sqlite and ensure the database file is writable.