---
title: Install reth on Linux | Snap Store
description: Get the latest version of reth for Linux - Rust implemetation of ethereum
  client
url: https://snapcraft.io/reth
---

# reth

[Dwellir AB (dwellir-snapcrafters)](https://snapcraft.io/publisher/dwellir-snapcrafters "View all snaps from Dwellir AB (dwellir-snapcrafters)")

* [Dwellir AB (dwellir-snapcrafters)](https://snapcraft.io/publisher/dwellir-snapcrafters "View all snaps from Dwellir AB (dwellir-snapcrafters)")
* [Finance](https://snapcraft.io/search?categories=finance)
* [Security](https://snapcraft.io/search?categories=security)

latest/candidate 2.2.0-88505c7

Install latest/candidate of reth

---

**Install using the command line**

```
sudo snap install reth --candidate
```

Don't have snapd? [Get set up for snaps](https://snapcraft.io/docs/installing-snapd).

reth is only available on the unstable candidate channel. It could break and change often.

---

### Package name

* reth

---

### License

* Apache-2.0 OR MIT

---

### Last updated

* 13 May 2026 - latest/candidate
* 13 May 2026 - latest/beta

---

### Websites

* [github.com/dwellir-public/snap-reth/](https://github.com/dwellir-public/snap-reth/ "https://github.com/dwellir-public/snap-reth/")

---

##### Report a Snap Store violation

* [Report this Snap](https://snapcraft.io/reth#report-snap-modal)

---

* [Description](https://snapcraft.io/reth#tab-description)
* [Security](https://snapcraft.io/reth#tab-security)

#### Rust implemetation of ethereum client

Reth - ethereum client. Use with an ethereum consensus client, like lighthouse.

This example deployment assumes reth and lighthouse are both on localhost.

* Reth --datadir path: /mnt/reth/datadir

Start by installing reth:

```
 sudo snap install reth
```

Install and use with "lighthouse" to participate in the ethereum network.

```
 sudo snap install lighthouse
```

Check and change the configuration of reth and/or lighthouse to your liking:

```
 snap get lighthouse
 snap get reth
```

Change the location of the --datadir and allow the snap to access some external filsystems/dirs (see: snap interface removable-media)

```
 sudo snap connect reth:removable-media
 sudo snap set reth service-args='node --full --datadir /mnt/reth/datadir'
```

(Optionally) Set the snap to not restart after an automatic upgrade.

```
 sudo snap set reth endure=true
```

Start reth.

```
 sudo snap start reth
```

Copy the jwt.hex from where you set the reth --datadir -> lighthouse

```
 sudo cp /mnt/reth/datadir/jwt.hex /var/snap/lighthouse/common/
```

Start lighthouse:

```
 sudo snap start lighthouse
```

Check logs:

```
 sudo snap logs reth -f
 sudo snap logs lighthouse -f
```

Optionally, check the file-log in the snap location:

```
 sudo tail -f /root/snap/reth/current/.cache/reth/logs/mainnet/reth.log
```

---

## Install reth on your Linux distribution

Choose your Linux distribution to get detailed installation instructions. If yours is not shown, get more details on the [installing snapd documentation](https://snapcraft.io/docs/installing-snapd).

[### Arch Linux](https://snapcraft.io/install/reth/arch)

[### CentOS](https://snapcraft.io/install/reth/centos)

[### Debian](https://snapcraft.io/install/reth/debian)

[### elementary OS](https://snapcraft.io/install/reth/elementary)

[### Fedora](https://snapcraft.io/install/reth/fedora)

[### KDE Neon](https://snapcraft.io/install/reth/kde-neon)

[### Kubuntu](https://snapcraft.io/install/reth/kubuntu)

[### Manjaro](https://snapcraft.io/install/reth/manjaro)

[### Pop!\_OS](https://snapcraft.io/install/reth/pop)

[### openSUSE](https://snapcraft.io/install/reth/opensuse)

[### Red Hat Enterprise Linux](https://snapcraft.io/install/reth/rhel)

[### Ubuntu](https://snapcraft.io/install/reth/ubuntu)
