Advertisement
EvenoR

Farcaster Update

Jul 24th, 2024
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.47 KB | None | 0 0
  1. Edit config:
  2.  
  3. cd hubble && nano .env
  4.  
  5. Update node:
  6.  
  7. cd ~/hubble && ./hubble.sh upgrade
  8.  
  9. Check dashboard:
  10.  
  11. http://Server_IP:3000
  12.  
  13. Open ports:
  14.  
  15. 1.
  16. sudo iptables -A INPUT -p tcp --dport 2281 -j ACCEPT
  17. sudo iptables -A INPUT -p tcp --dport 2282 -j ACCEPT
  18. sudo iptables -A INPUT -p tcp --dport 2283 -j ACCEPT
  19. 2.
  20. sudo apt-get install iptables-persistent
  21. sudo netfilter-persistent save
  22. 3.
  23. sudo iptables -L -v -n
  24.  
  25. Check logs:
  26.  
  27. docker logs hubble-hubble-1 --since 1m -f
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement