中文 | English | Website | Telegram | Discord
Want to deploy quickly? Use our one-click deployment script:
👉 Quick Deployment Guide - One-click deployment script with 8 region options
👉 Detailed Deployment Guide - Complete deployment documentation and troubleshooting
Before installing shredstream, you need to have a shredstream key to receive data properly
# Upload file
scp shred_keypair.json root@your_id:/root/shred_keypair.json # Enter /root directory
cd /root
# Download port opening script
sudo wget https://github.com/0xfnzero/jito-shredstream-install/releases/download/v1.2/ufw.sh
# Grant script executable permissions
sudo chmod +x ufw.sh
# Execute script
sudo ./ufw.sh # Enter root directory
cd /root
# Create directory
sudo mkdir -p shredstream-proxy # Enter directory
cd /root/shredstream-proxy
# Download binary file
sudo wget https://github.com/jito-labs/shredstream-proxy/releases/download/v0.2.10/jito-shredstream-proxy-x86_64-unknown-linux-gnu
# Rename
sudo mv jito-shredstream-proxy-x86_64-unknown-linux-gnu jito-shredstream-proxy
# Grant file executable permissions
sudo chmod +x jito-shredstream-proxy # Enter directory
cd /root/shredstream-proxy
# Download startup script, if it's amsterdam region, download startup-ams.sh
sudo wget https://github.com/0xfnzero/jito-shredstream-install/releases/download/v1.2/startup-ny.sh
# Download stop script
sudo wget https://github.com/0xfnzero/jito-shredstream-install/releases/download/v1.2/stop.sh
# Grant script executable permissions
sudo chmod +x startup-ny.sh
sudo chmod +x stop.sh # Enter directory
cd /root/shredstream-proxy
# Start script
./startup-ny.sh
# View logs
tail -f shredstream.log
# Stop service
./stop.sh- Quick Deployment Guide - One-click deployment script usage instructions
- Detailed Deployment Guide - Complete deployment documentation and troubleshooting
- Quick Deployment Script - Automated deployment script
- Official Website: https://fnzero.dev/
- Telegram Group: https://t.me/fnzero_group