{"id":7468,"date":"2021-01-08T19:38:49","date_gmt":"2021-01-08T16:38:49","guid":{"rendered":"https:\/\/kifarunix.com\/?p=7468"},"modified":"2024-03-19T21:03:49","modified_gmt":"2024-03-19T18:03:49","slug":"install-velociraptor-client-on-linux-and-windows-systems","status":"publish","type":"post","link":"https:\/\/kifarunix.com\/install-velociraptor-client-on-linux-and-windows-systems\/","title":{"rendered":"Install Velociraptor Client on Linux and Windows Systems"},"content":{"rendered":"\n<p>In this tutorial, you will learn how to install Velociraptor Client on Linux and Windows Systems. <a aria-label=\"Velociraptor endpoint agents (opens in a new tab)\" href=\"https:\/\/www.velocidex.com\/docs\/getting-started\/deploying_clients\/\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"rank-math-link\">Velociraptor endpoint agents<\/a> are called&nbsp;<code>clients<\/code>. Clients connect to the server and wait for instructions, which mostly consist of VQL statements, then run any VQL queries and return the result to the server.<\/p>\n\n\n\n<p>In our previous tutorial (link provided below), we covered how to install and setup Velociraptor Linux systems;<\/p>\n\n\n\n<p><a aria-label=\" (opens in a new tab)\" class=\"rank-math-link\" href=\"https:\/\/kifarunix.com\/install-and-setup-velociraptor-on-ubuntu\/\" target=\"_blank\" rel=\"noreferrer noopener\">Install and Setup Velociraptor on Ubuntu 18.04<\/a><\/p>\n\n\n\n<p><a href=\"https:\/\/kifarunix.com\/install-and-setup-velociraptor-on-debian-10\/\" target=\"_blank\" rel=\"noreferrer noopener\">Install and Setup Velociraptor on Debian 10<\/a><\/p>\n\n\n\n<p><a href=\"https:\/\/kifarunix.com\/install-and-setup-velociraptor-on-ubuntu-20-04\/\" target=\"_blank\" rel=\"noreferrer noopener\">Install and setup Velociraptor on Ubuntu 20.04<\/a><\/p>\n\n\n\n<p>Velociraptors <em>client-server<\/em> communication is based on GRR\u2019s protocol where it implements <em>zero registration clients<\/em> method. This means no a-prior knowledge of clients is required hence making the enrollment of the client from packages a simple process.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Installing Velociraptor Client on Linux and Windows<\/h2>\n\n\n\n<p>There are two ways in which you can install Velociraptor client;<\/p>\n\n\n\n<h4 class=\"wp-block-heading\"><a href=\"#velociraptor-client-binary\" class=\"rank-math-link\">Install Velociraptor client u<strong>sing Velociraptor Binary<\/strong><\/a><\/h4>\n\n\n\n<p>This method involves using Velociraptor binary and client configuration file generated from the server. The client configuration file has to be copied to the client machine. This method is ideal for testing purposes, for large deployment the second method, below, is preferred.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"velociraptor-client-packages\"><a href=\"#velociraptor-client-packages\" class=\"rank-math-link\">Install Velociraptor u<strong>sing Velociraptor client packages<\/strong><\/a><\/h4>\n\n\n\n<p>This method packages the client configuration file on a Linux package or Windows installer which are then distributed to the clients target machines. This type of deployment is ideal for large deployments since it only requires distribution of one package.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"velociraptor-client-binary\">Install Velociraptor client Using Velociraptor Binary<\/h3>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"velociraptor-client-binary\">Using <strong>Velociraptor binary<\/strong> on Linux Systems<\/h4>\n\n\n\n<p>Velociraptor binary used for Server and Client is the same, the usage is differentiated by config options.<\/p>\n\n\n\n<h5 class=\"wp-block-heading\"><strong>Step 1: Get velociraptor binary on client machine<\/strong><\/h5>\n\n\n\n<p>On the target Linux Velociraptor client system, create a directory where to store the binary.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>mkdir velociraptor<\/code><\/pre>\n\n\n\n<p>Navigate to the binary directory created above and download the Velociraptor binary for Linux systems.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>cd velociraptor<br>wget https:\/\/github.com\/Velocidex\/velociraptor\/releases\/download\/v0.5.3\/velociraptor-v0.5.3-linux-amd64<\/code><\/pre>\n\n\n\n<p>Make the Binary executable;<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>chmod +x velociraptor-v0.5.3-linux-amd64 <\/code><\/pre>\n\n\n\n<h5 class=\"wp-block-heading\"><strong>Step 2: Copy the Velociraptor client configuration file from the server to client<\/strong><\/h5>\n\n\n\n<p>Login to the Velociraptor server and generate the client configuration file.<\/p>\n\n\n\n<p>Once you have generated the configuration file, copy it to the respective client system.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>scp client.config.yaml user@192.168.56.103:~\/velociraptor<\/code><\/pre>\n\n\n\n<h5 class=\"wp-block-heading\"><strong>Step 3: Start the Velociraptor client<\/strong><\/h5>\n\n\n\n<p>To start the Velociraptor client in standalone mode using the client configuration file generated, run the command below<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code> .\/velociraptor-v0.5.3-linux-amd64 --config client.config.yaml client -v<\/code><\/pre>\n\n\n\n<p>Truncated Sample Output:<\/p>\n\n\n\n<pre class=\"scroll-box\"><code>...\n[INFO] 2020-12-10T10:58:28+03:00 Loading config from file client.config.yaml \nGenering new private key....\n[INFO] 2020-12-10T10:58:28+03:00 Starting Crypto for client C.271ab970be8f6541 \n[INFO] 2020-12-10T10:58:28+03:00 Starting Journal service. \n[INFO] 2020-12-10T10:58:28+03:00 Starting the notification service. \n[INFO] 2020-12-10T10:58:28+03:00 Installing Dummy inventory_service. Will download tools to temp directory. \n[INFO] 2020-12-10T10:58:28+03:00 Loaded 216 built in artifacts in 109.595501ms \n[INFO] 2020-12-10T10:58:28+03:00 Starting event query service with version 0. \n[INFO] 2020-12-10T10:58:28+03:00 Starting event query service with version 0. \n[INFO] 2020-12-10T10:58:28+03:00 Expecting self signed certificate for server. \n[INFO] 2020-12-10T10:58:28+03:00 Ring Buffer: Creation {\"filename\":\"\/var\/tmp\/Velociraptor_Buffer.bin\",\"max_size\":1073741874}\n[INFO] 2020-12-10T10:58:28+03:00 Starting HTTPCommunicator: HTTP Connector to [https:\/\/192.168.56.102:8000\/] \n[INFO] 2020-12-10T10:58:28+03:00 Received PEM for VelociraptorServer from https:\/\/192.168.56.102:8000\/ \n[INFO] 2020-12-10T10:58:28+03:00 Receiver: Connected to https:\/\/192.168.56.102:8000\/reader \n[INFO] 2020-12-10T10:58:28+03:00 Enrolling \n[INFO] 2020-12-10T10:58:28+03:00 Ring Buffer: Enqueue {\"item_len\":925,\"total_length\":925}\n[INFO] 2020-12-10T10:58:28+03:00 Compiled all artifacts. \n[INFO] 2020-12-10T10:58:29+03:00 Sender: Connected to https:\/\/192.168.56.102:8000\/control \n...\n<\/code><\/pre>\n\n\n\n<p>From the output above, the client is enrolled to the Velociraptor server.<\/p>\n\n\n\n<h5 class=\"wp-block-heading\"><strong>Step 4 (Optional): Install systemd Service<\/strong><\/h5>\n\n\n\n<p>Additionally you can create systemd service file for Velociraptor client:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code> vim  \/lib\/systemd\/system\/velociraptor.service<\/code><\/pre>\n\n\n\n<p>Add the content below (<strong>edit <em>ExecStart<\/em> file paths with regards to your files location<\/strong>):<\/p>\n\n\n\n<pre class=\"scroll-box\"><code>[Unit]\nDescription=Velociraptor linux amd64\nAfter=syslog.target network.target\n\n[Service]\nType=simple\nRestart=always\nRestartSec=120\nLimitNOFILE=20000\nEnvironment=LANG=en_US.UTF-8\nExecStart=\/usr\/local\/bin\/velociraptor --config \/etc\/velociraptor-client.config.yaml client -v\n\n[Install]\nWantedBy=multi-user.target\n<\/code><\/pre>\n\n\n\n<p>Reload systemd daemon:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>systemctl daemon-reload<\/code><\/pre>\n\n\n\n<p>Start and enable velociraptor to start at boot time:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>systemctl enable --now velociraptor <\/code><\/pre>\n\n\n\n<p>Check the status of velociraptor.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>systemctl status velociraptor<\/code><\/pre>\n\n\n\n<pre class=\"scroll-box\"><code>\u25cf velociraptor.service - Velociraptor linux amd64\n   Loaded: loaded (\/lib\/systemd\/system\/velociraptor.service; enabled; vendor preset: enabled)\n   Active: active (running) since Fri 2020-11-27 21:11:29 UTC; 59s ago\n Main PID: 16544 (velociraptor-v0)\n    Tasks: 8 (limit: 4664)\n   CGroup: \/system.slice\/velociraptor.service\n           \u2514\u250016544 \/usr\/local\/velociraptor-v0.5.3-linux-amd64 --config \/etc\/velociraptor-client.config.yaml client -v\n\nNov 27 21:12:01 ubuntu velociraptor-v0.5.2-linux-amd64[16544]: [INFO] 2020-11-27T21:12:01Z Sender: Connected to https:\/\/192.168.56.102\n...\n<\/code><\/pre>\n\n\n\n<h5 class=\"wp-block-heading\"><strong>Step 5: Confirm Client is Added on GUI<\/strong><\/h5>\n\n\n\n<p>On the server GUI, navigate to homepage and select <code>SHOW ALL<\/code> next to the magnifying Glass to view connected clients:<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1292\" height=\"266\" src=\"https:\/\/kifarunix.com\/wp-content\/uploads\/2021\/01\/2-1.png\" alt=\"\" class=\"wp-image-7482\" title=\"\" srcset=\"https:\/\/kifarunix.com\/wp-content\/uploads\/2021\/01\/2-1.png?v=1609933460 1292w, https:\/\/kifarunix.com\/wp-content\/uploads\/2021\/01\/2-1-768x158.png?v=1609933460 768w\" sizes=\"(max-width: 1292px) 100vw, 1292px\" \/><\/figure>\n\n\n\n<h4 class=\"wp-block-heading\">Install Velociraptor client u<strong>sing Velociraptor binary<\/strong> on Windows Systems<\/h4>\n\n\n\n<h5 class=\"wp-block-heading\"><strong>Step 1: Create Install Folder<\/strong><\/h5>\n\n\n\n<p>Create Velociraptor folder on target client system in the path specified below:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>C:\\Program Files\\Velociraptor\\<\/code><\/pre>\n\n\n\n<h5 class=\"wp-block-heading\">Step 2: Download Velociraptor Client Windows Installer<\/h5>\n\n\n\n<p>Download the latest installer from Velociraptor <a href=\"https:\/\/github.com\/Velocidex\/velociraptor\/releases\" class=\"rank-math-link\" target=\"_blank\" rel=\"noopener\">releases<\/a> page and save it in the folder created above.<br><\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1005\" height=\"303\" src=\"https:\/\/kifarunix.com\/wp-content\/uploads\/2021\/01\/exe.png\" alt=\"\" class=\"wp-image-7483\" title=\"\" srcset=\"https:\/\/kifarunix.com\/wp-content\/uploads\/2021\/01\/exe.png?v=1609933733 1005w, https:\/\/kifarunix.com\/wp-content\/uploads\/2021\/01\/exe-768x232.png?v=1609933733 768w\" sizes=\"(max-width: 1005px) 100vw, 1005px\" \/><\/figure>\n\n\n\n<h5 class=\"wp-block-heading\"><strong>Step 3: Copy Velociraptor Client Configuration file to Install folder<\/strong><\/h5>\n\n\n\n<p>Copy client configuration file generated from the server to the client install folder created above.<\/p>\n\n\n\n<p>IMPORTANT: Rename the client configuration file as <strong>V<em>elociraptor.config.yaml<\/em><\/strong>.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"853\" height=\"241\" src=\"https:\/\/kifarunix.com\/wp-content\/uploads\/2021\/01\/location.png\" alt=\"Install Velociraptor Client on Linux and Windows Systems\" class=\"wp-image-7484\" title=\"\" srcset=\"https:\/\/kifarunix.com\/wp-content\/uploads\/2021\/01\/location.png?v=1609933888 853w, https:\/\/kifarunix.com\/wp-content\/uploads\/2021\/01\/location-768x217.png?v=1609933888 768w\" sizes=\"(max-width: 853px) 100vw, 853px\" \/><\/figure>\n\n\n\n<h5 class=\"wp-block-heading\"><strong>Step 4: Run the Velociraptor Client on Windows:<\/strong><\/h5>\n\n\n\n<p>Open <em>Command prompt<\/em> with Administrator privileges:<\/p>\n\n\n\n<p>Change to the folder with Velociraptor Binary and client config files created earlier:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>cd \"C:\\Program Files\\Velociraptor\" <\/code><\/pre>\n\n\n\n<p>Run the Binary with Client config file and enroll the endpoint:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>velociraptor-v0.5.3-windows-amd64.exe --config Velociraptor.config.yaml client -v<\/code><\/pre>\n\n\n\n<p>The following output is generated for a successful connection with the Fronted service of Velociraptor service:<br><\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"966\" height=\"614\" src=\"https:\/\/kifarunix.com\/wp-content\/uploads\/2021\/01\/cmdvel.png\" alt=\"\" class=\"wp-image-7485\" title=\"\" srcset=\"https:\/\/kifarunix.com\/wp-content\/uploads\/2021\/01\/cmdvel.png?v=1609936135 966w, https:\/\/kifarunix.com\/wp-content\/uploads\/2021\/01\/cmdvel-768x488.png?v=1609936135 768w\" sizes=\"(max-width: 966px) 100vw, 966px\" \/><\/figure><\/div>\n\n\n<h5 class=\"wp-block-heading\">Step 5: Running the client as a service<\/h5>\n\n\n\n<p>To run velociraptor client permanently get the msi installer from <a href=\"https:\/\/github.com\/Velocidex\/velociraptor\/releases\" target=\"_blank\" rel=\"noopener\">Velociraptor github releases<\/a>.<br><\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"992\" height=\"301\" src=\"https:\/\/kifarunix.com\/wp-content\/uploads\/2021\/01\/msi.png\" alt=\"\" class=\"wp-image-7486\" title=\"\" srcset=\"https:\/\/kifarunix.com\/wp-content\/uploads\/2021\/01\/msi.png?v=1609936282 992w, https:\/\/kifarunix.com\/wp-content\/uploads\/2021\/01\/msi-768x233.png?v=1609936282 768w\" sizes=\"(max-width: 992px) 100vw, 992px\" \/><\/figure>\n\n\n\n<p>Run the Installer by double clicking on the msi.<\/p>\n\n\n\n<p>When the service is started during installation, it attempts to load the configuration file from <code>C:\\Program Files\\Velociraptor\\Velociraptor.config.yaml<\/code> hence why we created the Folder and configuration file <em>Velociraptor.config.yaml<\/em> on the file path: <code>C:\\Program Files\\Velociraptor\\<\/code>.<\/p>\n\n\n\n<blockquote class=\"wp-block-quote td_quote_box td_box_center is-layout-flow wp-block-quote-is-layout-flow\">\n<p><strong><em>NOTE:<\/em><\/strong><br><em>If there is an existing Velociraptor service that is already installed, it will be overwritten by the Velociraptor service installation. The service is set to start at boot time.<\/em><\/p>\n<\/blockquote>\n\n\n\n<p>Confirm Velociraptor service is running by opening services, <code>Win Key + R<\/code> type <em>services.msc<\/em> to open services program.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"400\" height=\"211\" src=\"https:\/\/kifarunix.com\/wp-content\/uploads\/2021\/01\/services.png\" alt=\"\" class=\"wp-image-7487\" title=\"\"><\/figure><\/div>\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1043\" height=\"272\" src=\"https:\/\/kifarunix.com\/wp-content\/uploads\/2021\/01\/velosvc.png\" alt=\"\" class=\"wp-image-7488\" title=\"\" srcset=\"https:\/\/kifarunix.com\/wp-content\/uploads\/2021\/01\/velosvc.png?v=1609936574 1043w, https:\/\/kifarunix.com\/wp-content\/uploads\/2021\/01\/velosvc-768x200.png?v=1609936574 768w\" sizes=\"(max-width: 1043px) 100vw, 1043px\" \/><\/figure>\n\n\n\n<p>On the Server GUI confirm the Windows Client has been enrolled successfully:<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"512\" height=\"98\" src=\"https:\/\/kifarunix.com\/wp-content\/uploads\/2021\/01\/W-enrolled-3.png\" alt=\"\" class=\"wp-image-7492\" title=\"\"><\/figure><\/div>\n\n\n<p><br><br>From the GUI you can see connected clients, the client(s) ID, hostname and OS Version. Clicking on a client gives more information about the client:<br><\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1294\" height=\"518\" src=\"https:\/\/kifarunix.com\/wp-content\/uploads\/2021\/01\/clients.png\" alt=\"\" class=\"wp-image-7493\" title=\"\" srcset=\"https:\/\/kifarunix.com\/wp-content\/uploads\/2021\/01\/clients.png?v=1609937485 1294w, https:\/\/kifarunix.com\/wp-content\/uploads\/2021\/01\/clients-768x307.png?v=1609937485 768w\" sizes=\"(max-width: 1294px) 100vw, 1294px\" \/><\/figure>\n\n\n\n<p>Now that clients are connected they can successfully be queried using VQL.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"velociraptor-client-packages\">Install Velociraptor u<strong>sing Velociraptor client packages<\/strong><\/h3>\n\n\n\n<h4 class=\"wp-block-heading\">Install Velociraptor Client on Linux u<strong>sing Velociraptor client packages<\/strong><\/h4>\n\n\n\n<p>On the velociraptor Server create Velociraptor Linux client package by running the command below;<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>.\/velociraptor-v0.5.3-linux-amd64 -c \/etc\/velociraptor.config.yaml debian client<\/code><\/pre>\n\n\n\n<p>The above command packages the client configuration file into the <em>.deb<\/em> package thus the single <em>.deb<\/em> package can be distributed to Debian based Linux clients for installation.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>ls\nvelociraptor_0.5.3_client.deb  <\/code><\/pre>\n\n\n\n<p>Copy the <em>.de<\/em>b package to client machine(s) and install the package: <\/p>\n\n\n\n<pre class=\"wp-block-code\"><code><code>dpkg -i velociraptor_0.5.3_client.deb<\/code><\/code><\/pre>\n\n\n\n<pre class=\"scroll-box\"><code>Selecting previously unselected package velociraptor-client.\n(Reading database ... 137978 files and directories currently installed.)\nPreparing to unpack velociraptor_0.5.3_client.deb ...\nUnpacking velociraptor-client (0.5.3) ...\nSetting up velociraptor-client (0.5.3) ...\nCreated symlink \/etc\/systemd\/system\/multi-user.target.wants\/velociraptor_client.service \u2192 \/etc\/systemd\/system\/velociraptor_client.service.\n<\/code><\/pre>\n\n\n\n<p>Confirm the status of Velociraptor:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code><code>systemctl status velociraptor_client.service<\/code><\/code><\/pre>\n\n\n\n<pre class=\"scroll-box\"><code>\u25cf velociraptor_client.service - Velociraptor linux client\n   Loaded: loaded (\/etc\/systemd\/system\/velociraptor_client.service; enabled; vendor preset: enabled)\n   Active: active (running) since Tue 2020-12-29 07:38:43 UTC; 54s ago\n Main PID: 4409 (velociraptor_cl)\n    Tasks: 8 (limit: 2322)\n   CGroup: \/system.slice\/velociraptor_client.service\n           \u2514\u25004409 \/usr\/local\/bin\/velociraptor_client --config \/etc\/velociraptor\/client.config.yaml client\n\nDec 29 07:38:43 ubuntu systemd[1]: Started Velociraptor linux client.\n...\n<\/code><\/pre>\n\n\n\n<p>The client enrollment can be confirmed on Velociraptor GUI.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">Install Velociraptor Client on Windows u<strong>sing Velociraptor client packages<\/strong><\/h4>\n\n\n\n<p>On the velociraptor Server get the windows binary in the same location as the Velociraptor server binary:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code> wget https:\/\/github.com\/Velocidex\/velociraptor\/releases\/download\/v0.5.3\/velociraptor-v0.5.3-windows-amd64.exe<\/code><\/pre>\n\n\n\n<p>Run the below command to embed the client\u2019s configuration in the windows binary<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>.\/velociraptor-v0.5.3-linux-amd64 config repack --exe velociraptor-v0.5.3-windows-amd64.exe client.config.yaml repackaged_velociraptor.exe<\/code><\/pre>\n\n\n\n<p>Copy the repackaged Velociraptor client to target clients machine. Launch CMD as an administrator;<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"842\" height=\"570\" src=\"https:\/\/kifarunix.com\/wp-content\/uploads\/2021\/01\/cmd-1.png\" alt=\"\" class=\"wp-image-7495\" title=\"\" srcset=\"https:\/\/kifarunix.com\/wp-content\/uploads\/2021\/01\/cmd-1.png?v=1609938031 842w, https:\/\/kifarunix.com\/wp-content\/uploads\/2021\/01\/cmd-1-768x520.png?v=1609938031 768w\" sizes=\"(max-width: 842px) 100vw, 842px\" \/><\/figure><\/div>\n\n\n<p>Change directory to the location where the repacked client was copied to and install Velociraptor client to run as a service. This autostarts Velociraptor client service on boot<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>repackaged_velociraptor.exe service install<\/code><\/pre>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"986\" height=\"211\" src=\"https:\/\/kifarunix.com\/wp-content\/uploads\/2021\/01\/Wsvc_install.png\" alt=\"\" class=\"wp-image-7496\" title=\"\" srcset=\"https:\/\/kifarunix.com\/wp-content\/uploads\/2021\/01\/Wsvc_install.png?v=1609938350 986w, https:\/\/kifarunix.com\/wp-content\/uploads\/2021\/01\/Wsvc_install-768x164.png?v=1609938350 768w\" sizes=\"(max-width: 986px) 100vw, 986px\" \/><\/figure><\/div>\n\n\n<p>Confirm Velociraptor client service is running:<\/p>\n\n\n\n<p>Press <strong>Win + R<\/strong> and type <em>services.msc<\/em> to launch Windows Services application:<br><\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"400\" height=\"211\" src=\"https:\/\/kifarunix.com\/wp-content\/uploads\/2021\/01\/services-1.png\" alt=\"\" class=\"wp-image-7497\" title=\"\"><\/figure><\/div>\n\n\n<p>Scroll down or search for the service Velociraptor;<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1043\" height=\"272\" src=\"https:\/\/kifarunix.com\/wp-content\/uploads\/2021\/01\/velosvc-1.png\" alt=\"\" class=\"wp-image-7499\" title=\"\" srcset=\"https:\/\/kifarunix.com\/wp-content\/uploads\/2021\/01\/velosvc-1.png?v=1609938555 1043w, https:\/\/kifarunix.com\/wp-content\/uploads\/2021\/01\/velosvc-1-768x200.png?v=1609938555 768w\" sizes=\"(max-width: 1043px) 100vw, 1043px\" \/><\/figure>\n\n\n\n<p>On Velociraptor GUI, the client enrollment can be confirmed by hitting refresh button on the homepage. Click on <strong>Show All<\/strong> on the top panel to view connected clients.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1291\" height=\"176\" src=\"https:\/\/kifarunix.com\/wp-content\/uploads\/2021\/01\/connected-clients-1.png\" alt=\"\" class=\"wp-image-7550\" title=\"\" srcset=\"https:\/\/kifarunix.com\/wp-content\/uploads\/2021\/01\/connected-clients-1.png?v=1610107935 1291w, https:\/\/kifarunix.com\/wp-content\/uploads\/2021\/01\/connected-clients-1-768x105.png?v=1610107935 768w\" sizes=\"(max-width: 1291px) 100vw, 1291px\" \/><\/figure>\n\n\n\n<p>Once the clients are connected to the server, they can successfully be queried using VQL. Velociraptor server gives visibility into the hosts (clients) enrolled to Velociraptor server hence can be used to query for info such as:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>running processes<\/li>\n\n\n\n<li>established network connections<\/li>\n\n\n\n<li>installed services<\/li>\n<\/ul>\n\n\n\n<p>That marks the end of our tutorial on installing Velociraptor Client on Linux and Windows Systems.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Reference<\/h3>\n\n\n\n<p><a href=\"https:\/\/www.velocidex.com\/docs\/getting-started\/deploying_clients\/\" class=\"rank-math-link\" target=\"_blank\" rel=\"noopener\">Deploying Velociraptor Clients<\/a><\/p>\n\n\n\n<p>Other Tutorials<\/p>\n\n\n\n<p><a aria-label=\" (opens in a new tab)\" href=\"https:\/\/kifarunix.com\/install-forticlient-vpn-client-on-ubuntu-20-04-ubuntu-18-04\/\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"rank-math-link\">Install FortiClient VPN Client on Ubuntu 20.04\/Ubuntu 18.04<\/a><\/p>\n\n\n\n<p><a aria-label=\" (opens in a new tab)\" href=\"https:\/\/kifarunix.com\/install-gitlab-with-ssl-tls-certificate-on-ubuntu-20-04\/\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"rank-math-link\">Install Gitlab with SSL\/TLS Certificate on Ubuntu 20.04<\/a><\/p>\n\n\n\n<p><a aria-label=\" (opens in a new tab)\" href=\"https:\/\/kifarunix.com\/install-owncloud-desktop-client-on-ubuntu-20-04\/\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"rank-math-link\">Install ownCloud Desktop Client on Ubuntu 20.04<\/a><\/p>\n\n\n\n<p><a href=\"https:\/\/kifarunix.com\/install-zoom-client-on-ubuntu-20-04\/\" target=\"_blank\" aria-label=\" (opens in a new tab)\" rel=\"noreferrer noopener\" class=\"rank-math-link\">Install Zoom Client on Ubuntu 20.04<\/a><\/p>\n\n\n\n<p><a class=\"rank-math-link\" href=\"https:\/\/kifarunix.com\/install-microsoft-teams-client-on-ubuntu-20-04-18-04\/\">Install Microsoft Teams Client on Ubuntu 20.04\/18.04<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>In this tutorial, you will learn how to install Velociraptor Client on Linux and Windows Systems. Velociraptor endpoint agents are called&nbsp;clients. Clients connect to the<\/p>\n","protected":false},"author":5,"featured_media":9914,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"rank_math_lock_modified_date":false,"footnotes":""},"categories":[34,121,72],"tags":[2980,2981,2982,2979,2983],"class_list":["post-7468","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-security","category-howtos","category-monitoring","tag-deploy-velociraptor-clients-on-linux","tag-deploy-velociraptor-clients-on-windows-systems","tag-install-velociraptor-clients","tag-velociraptor","tag-velociraptor-clients","generate-columns","tablet-grid-50","mobile-grid-100","grid-parent","grid-50","resize-featured-image"],"_links":{"self":[{"href":"https:\/\/kifarunix.com\/wp-json\/wp\/v2\/posts\/7468"}],"collection":[{"href":"https:\/\/kifarunix.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/kifarunix.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/kifarunix.com\/wp-json\/wp\/v2\/users\/5"}],"replies":[{"embeddable":true,"href":"https:\/\/kifarunix.com\/wp-json\/wp\/v2\/comments?post=7468"}],"version-history":[{"count":12,"href":"https:\/\/kifarunix.com\/wp-json\/wp\/v2\/posts\/7468\/revisions"}],"predecessor-version":[{"id":21979,"href":"https:\/\/kifarunix.com\/wp-json\/wp\/v2\/posts\/7468\/revisions\/21979"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/kifarunix.com\/wp-json\/wp\/v2\/media\/9914"}],"wp:attachment":[{"href":"https:\/\/kifarunix.com\/wp-json\/wp\/v2\/media?parent=7468"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/kifarunix.com\/wp-json\/wp\/v2\/categories?post=7468"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/kifarunix.com\/wp-json\/wp\/v2\/tags?post=7468"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}