Installation

This section provides a step-by-step process to install each component of the StifleR platform. Whether you're evaluating via Proof of Concept or implementing a full production deployment, this is the correct order of installation to get a clean and functional environment.

circle-check

Testing and validation are used to confirm that StifleR operates correctly and meets expectations in your environment. A Proof of Concept can be used to verify behavior, performance, and visibility before expanding usage, and the same testing scenarios can also be applied in production environments in a controlled manner.

Before proceeding to installation, ensure that:

chevron-rightReview this section if you are upgrading from StifleR 2.10 to 3.0.hashtag
circle-exclamation

Order of installation

For a standard StifleR implementation, the recommended order for deploying and configuring each component is as follows:

  1. Install StifleR Server – Core engine managing all operations.

  2. Install StifleR Dashboard – Web UI for monitoring and configuration.

  3. Install Action HUB – Dynamic, real-time actions across the StifleR ecosystem.

  4. Install Beacon – Gathers telemetry and identifies active subnets.

  5. Install StifleR Client – Client that monitors network activity, reports and enforces policies.

  6. Install WMI Agent (optional) – Agent that replaces traditional WMI.

  7. Install CacheR (optional) – content tracking and pre-caching.

Prerequisites for Configuration Manager

If Configuration Manager is being used as part of the PoC, the following additional setup is required. Detailed configuration steps can be found on the linked documentation pages.

BranchCache is the key Microsoft peer-to-peer technology which StifleR optimizes. It is important to enable BranchCache on all relevant systems.

  • If using Configuration Manager, enable BranchCache on all Servers / CM distribution points

  • If you have a simple lab environment, you should perform this step (if required) on all your distribution points

  • If you are planning on testing in a production environment, make sure that you perform this step ONLY on the relevant distribution point your test clients will obtain their deployment content from.

See: Configuring BranchCache on Windows Server

  • Configure target bandwidth

  • Configure subnet description

  • Configure Delivery Optimization

Upgrading from 2.10 to 3.0

circle-exclamation
circle-exclamation

Upgrade instructions

  • Stop StifleR

    • On the existing server, stop the StifleR Service.

    • Confirm it is fully stopped before proceeding (StifleR.Service.exe is not running, and service status is Stopped).

circle-info

Note: Your database locations may be different if you have configured different path(s) in StifleR.Service.exe.config per this guide: Moving the StifleR Server Databases to a New Drive on the Same Server | StifleR 2.10 | Product Documentationarrow-up-right

  • Back up files, registry and data

    Make backups of:

    • Databases (all StifleR-related DBs):

      • C:\ProgramData\2Pint Software\StifleR\Server\Databases

    • Install paths (entire folders), especially:

      • C:\Program Files\... (default location)

circle-info

Keep these backups together and clearly labeled (server name + date).

  • Uninstall old components

    • Uninstall the StifleR Service

    • Uninstall the StifleR Dashboard

  • Install StifleR Server

    • Install the StifleR Service.

    • Use your backed-up config file from Program Files to retrieve/restore config key items

  • Reapply previous customizations (from 2.10)

    • Open the Configuration Editor.

    • Re-implement any customizations you had in 2.10. (settings, groups, paths, ports any non-default tuning)

circle-info

Use the backed-up config file as your reference for what to carry over (settings, groups, paths, ports any non-default tuning).

  • Install StifleR Dashboard and set up IIS manually

    • Install the StifleR Dashboard.

    • Manually configure IIS for the dashboard:

      • Create/assign the site (or application under a site)

      • Configure bindings as needed (host header, port, TLS if applicable)

      • Ensure the app pool identity and permissions match your security approach

  • Install StifleR 3.0 components

    • Install Action Hub/Beacon/WMI Agent.

    • Through Infrastructure Services in the StifleR Dashboard, confirm component(s) connect successfully.

    • Through Infrastructure Services in the StifleR Dashboard, approve the StifleR component.

  • Service starts cleanly on the new server

  • Dashboard loads and authenticates correctly

  • Admin groups behave correctly (access control)

  • Action Hub is installed and functional

  • (If applicable) remove/clean up any old IIS site/app pool entries related to the dashboard only after you’ve confirmed you have backups.

Last updated