Self-host with Docker ยท Yantr
Monero Node
Privacy-focused Monero full node for wallet connections and network support.
2
Ports
3
Notes
4
Use Cases
About
What Monero Node does
Monero Node is a pruned Monero full node offering an RPC interface for wallets and network participation. It supports pruned storage, restricted RPC for safer wallet connectivity, P2P sync, and lets you avoid public nodes to improve transaction privacy.
Install Flow
How to self-host Monero Node
Monero Node can be deployed with standard Docker Compose using the Yantr app catalog. This page collects the basic information searchers usually need first: what Monero Node does, which Docker image Yantr uses, default ports, deployment notes, and where to find the original compose template.
After deployment, Yantr lets you publish additional ports from the stack page using Docker-style syntax. Use 8080:8080 for a fixed host port or just 8080 to let Docker assign a random port.
Use Cases
What people run it for
- Connect your Monero wallet to your own node for better privacy.
- Support the Monero network by relaying transactions.
- Build applications that interact with the Monero blockchain.
- Avoid using public RPC nodes that could deanonymize you.
Technical Details
Ports, image, and service metadata
Ports
| Port | Protocol | Label |
|---|---|---|
| 18089 | TCP | Restricted RPC |
| 18080 | TCP | P2P |
Docker Image
ghcr.io/sethforprivacy/simple-monerod:latest
Service Name
monerod
Notes
Things to know before you deploy
- Pruned mode uses less disk space (~50GB vs 100GB+)
- Restricted RPC prevents unauthorized spending
- Use restricted mode for wallet connections
Related Apps
More tools you might pair with Monero Node
Page generated 2026-06-23T15:50:08.758Z