How to Install Arkime Moloch Packet Capture Tool on Ubuntu 22.04

Published: 15 August 2024
on channel: MivoCloud
1,200
41

Arkime is a free, open-source, large-scale indexed packet capture and search tool that stores and indexes network traffic in PCAP format. It is also known as Moloch, which is designed to be deployed across multiple clustered systems, providing the ability to scale to handle multiple gigabits per second of traffic. Arkime has a built-in admin interface that helps you browse, search, and export PCAP. You can use other PCAP ingesting tools to analyze your workflow.

In this video I will show you how to install it

Useful Links:
VPS/VDS - https://www.mivocloud.com/

WARNING - ANGLED BRACKETS AREN'T ALLOWED IN DESCRIPTION SO BE ATTENTIVE TO THE VIDEO IN NANO EDITOR

Commands Used:
sudo apt update sudo apt upgrade -y
apt-get install gnupg2 curl wget -y
wget http://es.archive.ubuntu.com/ubuntu/p...
wget http://archive.ubuntu.com/ubuntu/pool...
dpkg -i libffi7_3.3-4_amd64.deb
dpkg -i libssl1.1_1.1.1f-1ubuntu2_amd64.deb
ln -s /usr/lib/x86_64-linux-gnu/libssl.so.1.1 /usr/local/lib/
ln -s /usr/lib/x86_64-linux-gnu/libffi.so.7 /usr/local/lib/
wget -qO - https://artifacts.elastic.co/GPG-KEY-... --no-check-certificate | apt-key add -
echo "deb https://artifacts.elastic.co/packages... stable main" | tee -a /etc/apt/sources.list.d/elastic-7.x.list
apt-get update -y
apt-get install elasticsearch -y
nano /etc/elasticsearch/jvm.options
systemctl enable --now elasticsearch
ss -antpl | grep 9200
wget https://s3.amazonaws.com/files.molo.c...
apt install ./arkime_3.4.2-1_amd64.deb
/opt/arkime/bin/Configure
/opt/arkime/db/db.pl http://localhost:9200 init
/opt/arkime/bin/arkime_add_user.sh admin "Moloch SuperAdmin" password --admin
/opt/arkime/bin/arkime_update_geo.sh
systemctl enable --now arkimecapture
systemctl enable --now arkimeviewer
systemctl status arkimecapture arkimeviewer
tail -f /opt/arkime/logs/viewer.log
tail -f /opt/arkime/logs/capture.log


Watch video How to Install Arkime Moloch Packet Capture Tool on Ubuntu 22.04 online without registration, duration hours minute second in high quality. This video was added by user MivoCloud 15 August 2024, don't forget to share it with your friends and acquaintances, it has been viewed on our site 1,200 once and liked it 41 people.