Skip to main content

Install Vineforce Teams Lite | Linux

tip
  • Purpose: Install the silent-mode background tracker application on Linux distributions.
  • Navigation: Log in to the web portal, go to the Downloads menu, and select Vineforce Teams Lite for Linux.
  • Installation: Open the downloaded .sh script in a text editor, copy the code, paste it into a Terminal window, and run it with sudo credentials.
  • Impact: The tracker starts automatically in the background and uploads logs to the Vineforce Teams web portal.

Linux

What is Vineforce Teams Lite for Linux?

Vineforce Teams Lite is a background activity tracking application designed for silent deployment. It runs without interrupting the user's workspace workflow and automatically records activity metrics in the background.

This guide walks you through the simplified installation process using our automated shell script for Linux.

What are the Linux Prerequisites?

Ensure the target Linux machine meets the following requirements before starting:

RequirementDetails
Operating SystemSupported Linux distributions (Ubuntu, Fedora, Debian, etc.)
PrivilegesSudo/Root privileges required to run the installation script
Internet AccessActive connection required to download the installation packages
Disk SpaceMinimum of 200 MB of available storage

How to Download and Install Vineforce Teams Lite on Linux

Step 1: Sign In to the Web Portal

Log in to your organization's Vineforce Teams web portal. The URL is specific to your tenancy: https://<your-tenancy-name>.vineforceteams.com/account/login

Example: If your tenancy name is vf-test, the login URL would be https://vf-test.vineforceteams.com/account/login.

Sign in to Vineforce Teams Portal

Step 2: Download the Shell Script

  1. Navigate to the Downloads section from the left-hand navigation menu.
  2. Locate the Vineforce Teams section.
  3. Click Download VineforceLite for Linux.

This action downloads a shell script file (.sh) to your local computer.

Download Vineforce Teams Lite for Linux

Step 3: Copy the Installation Script

  1. Open your local Downloads directory (or the destination folder).
  2. Double-click the downloaded .sh file to open it in your default text editor (such as Gedit or VS Code).
  3. Select all the text in the file and copy the entire script code.

Locate and copy the .sh file script

Step 4: Run the Script in the Terminal

  1. Open a new Terminal window on your Linux system.
  2. Paste the copied script code into the terminal.
  3. Press Enter to run the script.
  4. If prompted, type your system password (sudo password) and press Enter (note: the characters will not show in the console for security).

The script will begin downloading required dependencies, configuring the environment, and setting up the tracker service.

Paste script into Terminal

If you are running the GNOME desktop environment, a popup may ask you to install the Window Calls Extended extension. Click Install to allow the application to capture active window titles and screenshots correctly.

GNOME Extension Install Prompt

Installation Terminal Prompt

How to Verify the Background Service is Running on Linux

To confirm the tracker is active:

  1. Open your system's System Monitor tool.
  2. Filter or search the processes tab for "Lite".
  3. Verify that the Vineforce Teams Lite process is active.

Vineforce Teams Lite System Monitor

Important

If activity logging or screenshot capturing does not work after installation, you must log out of your Linux session and log back in for the GNOME extension changes to take effect. You can trigger a logout from the terminal using gnome-session-quit --logout.

How to Troubleshoot Linux Installation Errors

ProblemPotential CauseRecommended Solution
Permission DeniedScript execution blockedRun chmod +x filename.sh in the terminal to grant execute permissions.
Gnome Extension MissingGnome-shell integration missingRe-run script and ensure you click "Install" on UAC / Gnome prompts.
Package Manager LockConcurrent updatesWait for system updates to finish, close other package managers, and re-run the script.

Frequently Asked Questions (FAQ)

Does the Linux tracker support automated startup?

Yes. The shell script configures system startup profiles to ensure that the background tracker service initializes automatically upon user login.

What should I do if my logs show up in Unassigned Logs?

This occurs when the Linux machine has not been mapped to an employee profile in the portal. Navigate to Tracker → Unassigned Logs in the web app to associate the machine hostname with the correct user.

Which Linux distributions are supported?

The script is optimized for Debian, Ubuntu, and Fedora-based distributions. Contact support for assistance with other packages.