Softsource Web Tool Setup |best| May 2026

5/5 Stars

"I recently had the pleasure of working with Softsource to set up their web tool for our business, and I must say it was a seamless and efficient experience from start to finish. The team at Softsource was professional, responsive, and knowledgeable throughout the entire process.

The setup process was quick and easy, and the Softsource team made sure that everything was properly configured to meet our specific needs. They also took the time to walk us through the features and functionality of the tool, ensuring that we were comfortable using it.

The web tool itself is user-friendly and intuitive, making it easy for our team to navigate and utilize its many features. The interface is clean and modern, and the customization options are extensive.

Overall, I highly recommend Softsource for any web tool setup needs. Their expertise, combined with their excellent customer service, makes them a top-notch choice in the industry. We are thrilled with the results and look forward to continuing to work with them in the future."

Pros:

Cons: None mentioned.

The SoftSource Web Tool is a critical software component used primarily for reading and processing advanced smart cards, such as the New e-Signature Card and the New PRO Card. Most commonly integrated with systems like Tasheel in the UAE, this tool serves as the bridge between physical card readers and web-based portals. softsource web tool setup

Setting up the SoftSource Web Tool correctly is essential for businesses and government offices that handle identity verification and digital signatures. Prerequisites for Installation

Before beginning the setup, ensure your system meets these technical requirements: Operating System: Windows 7 or higher.

Web Browser: Internet Explorer 6 or higher is often required for legacy compatibility, though modern browsers may work with specific plugins. Software Frameworks: .NET Framework 3.5 and .NET Framework 4.6.1. Java Runtime Environment (JRE) 1.6 or newer.

Hardware: A PC/SC compliant card reader (e.g., GemPC CCID) with up-to-date drivers. Step-by-Step SoftSource Web Tool Setup 1. Download and Administrator Access

Obtain the installation package from the official provider (e.g., via the Tasheel portal or specialized IT support). Locate the file named SoftSource Web Tool Setup.

Crucial: Right-click the installer and select "Run as administrator" to ensure it has the necessary permissions to modify system folders and registry keys. 2. Running the Installation Wizard Once the setup window appears: Click Install to begin the automated process.

The wizard will copy files to your local drive, typically under C:\SoftSource Web Tool. 5/5 Stars "I recently had the pleasure of

Follow the on-screen prompts until you reach the "Finish" screen. 3. Executing the Tool

Unlike standard applications that may run automatically, you often need to trigger the service manually after the first install:

Navigate to C:\SoftSource Web Tool using your file explorer. Find the file SoftSourceWebTool.exe.

Right-click it and select "Run as administrator". This initializes the web-listener service that communicates with your browser. 4. Configuring Browser Settings

To ensure the web tool can talk to the smart card reader without being blocked by security features:

Add your primary portal (e.g., Tasheel ) to the Trusted Sites list in your browser's internet options.

Ensure that "ActiveX controls" are enabled if you are using Internet Explorer. Troubleshooting Common Setup Issues Cons: None mentioned

"Card Reader Not Found": Verify that the reader's drivers are installed correctly. You may need specific SDKs like the EIDA SDK Setup for Emirates ID cards.

Port Conflicts: The web tool often uses specific ports (e.g., 9090 or 9443). Ensure your firewall is not blocking these ports.

Admin Permissions: If the tool fails to launch, double-check that both the installation and the executable were run with Administrator rights.

For organizations needing ongoing support, SoftSource Technologies provides maintenance and turnkey IT solutions to keep these digital governance tools running smoothly. 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, Reveal Bootstrap Template

3.2 Database Creation

CREATE DATABASE softsource_db;
CREATE USER 'softuser'@'localhost' IDENTIFIED BY 'strong_password';
GRANT ALL PRIVILEGES ON softsource_db.* TO 'softuser'@'localhost';
FLUSH PRIVILEGES;

Security Best Practices for Your SoftSource Web Tool

Because web tools control critical aspects of your code and assets, securing your setup is non-negotiable.

  1. Use HTTPS exclusively – Never run SoftSource over plain HTTP. Use Let’s Encrypt or a corporate SSL certificate.
  2. Restrict access by IP – If possible, add an .htaccess or Nginx rule to allow only internal IPs or a VPN range.
  3. Enable two-factor authentication – Under Admin > Security, force 2FA for all users.
  4. Audit logs regularly – SoftSource logs every action: who created a pipeline, who accessed the debugger, etc. Review weekly.
  5. Keep dependencies updated – Run npm outdated and composer show outdated monthly. Subscribe to the SoftSource security mailing list.

1. Rotate Secret Keys Regularly

Generate a new secret key every 90 days via the dashboard. Update your .env file and reload the web server.

3. Setup Procedure