Install latest/candidate of reth
Ubuntu 16.04 or later?
Make sure snap support is enabled in your Desktop store.
Install using the command line
sudo snap install reth --candidate
Don't have snapd? Get set up for snaps.
Details for reth
Package name
- reth
License
- Apache-2.0 OR MIT
Last updated
- 13 May 2026 - latest/candidate
- 13 May 2026 - latest/beta
Websites
External link warning
You are about to open
Do you wish to proceed?
Report a Snap Store violation
Report reth for a Snap Store violation
Snap Store Violation Report submitted successfully
Thank you for your report. Information you provided will help us investigate further.
Error submitting report
There was an error while sending your report. Please try again later.
Share this snap
Generate an embeddable card to be shared on external websites.
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
| Revision | Channel | Version | Build | Commit |
|---|
The build and commit information is derived from build infrastructure records.
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.