Linux Installation for Vaco Binary
Linux Installation for Vaco Binary
Step 1 : Disable Wayland, Please follow the article : https://support.workstatus.io/en/article/how-to-disable-wayland-in-linux-1n15x7m/
Then
Download the latest Workstatus Linux application package and place it in a directory of your choice.
- For Ubuntu 22 : Download Ubuntu 22 App
- For Ubuntu 24 : Download Ubuntu 24 App
Step 2: Create User Token File
- In the same directory where the app is downloaded, create a
user_token_file.txt
using the following command:
- touch user_token_file.txt
Step 3: Paste User Token Into File
- Go to the Workstatus Web App and navigate to People > Employees > Member. Then click on the Invite New Employees tab. Enter the member’s email address and click on the invite button. Once the
member accepts the invitation and registers, he becomes the member of the invited organization.
After that, click on the three dots, select Copy Stealth Token, and paste this token into the user_token_file.txt file.
Step 4: Run Setup Commands
When the User does not have sudo privilege: Open terminal in the downloads section(or section where Linux file + User token file is present)
- chmod +x Workstatus
- nohup ./Workstatus >/dev/null 2>&1 &
- cd
- cd Workstatus/
- su adminname - after this you will be at admin terminal
- sudo ./setup.sh
- open new terminal
- cd
- cd Workstatus/
- source setup.sh
- Now restart the PC
How to take logs from user PC.
Go to Home >>Workstatus , Compress it and share this when required.
Updated on: 29/08/2025
Thank you!