ok, it’s work, but on default profil, on my created user it’s not work
Your user has sudo rights?
yes it is, and now i have this error

A git pull had conflicts with manual changes that you did to cabal.project.
It marks the changes by lines like <<<<<< HEAD. This is meant to be resolved by you, before using it.
With these markers still in there, cabal cannot use the file.
You could go into /home/admin/git/cardano-node and do a git checkout cabal.project there to get the upstream version without any modifications.

i’m sorry it’s hard for me … i’m not english
You are installing for the first time? Is there anything you need in ~/git/cardano-node?
Otherwise, I would tend to delete it completely and start again from git clone https://github.com/input-output-hk/cardano-node. Who knows what else there are as unresolved conflicts?
@Alexd1985, what do you think?
git checkout 1.25.1 may it’s a wrong version ?
git fetch --tags --all and this untache HEAD :-/ think your tutorial are now wrong :-/
This version is ancient. The current one is 1.33.0.
A newer (upgrade) guide is here:

think all are good ! may can you update your tutorial ?
thx !! 
and also do not run the commmad from stel 2
git pull origin master
the tutorial it’s to old and can’t be edited anymore

i can’t why launch ./gLiveView.sh ??? thx
sudo systemctl status cnode
Yeah, because u ran the command:
git pull origin master
Repeat the steps:
sudo systemctl stop cnode
cd ~/git
cd cardano-node
git fetch --tags --all
git checkout 1.33.0
echo -e "package cardano-crypto-praos\n flags: -external-libsodium-vrf" > cabal.project.local
$CNODE_HOME/scripts/cabal-build-all.sh -o
sudo systemctl start cnode
Check again on glive
Hello everyone!
I did setup 1 BP and 2 Relays on Contabo( thanks to you Alex) and all sync 100% with the blockchain and liveview work on all of them. The only problem is the second relay don’t communicate with the producer. I had telnet the BP port and it works from my laptop but not from the second relay. I did disable the ufw but nothing change “telnet: Unable to connect to remote host: No route to host”
Any advice?
check the fw rules on BP
sudo ufw status
I did it and they look ok, plus I tryed to disable it for be sure with no result.
The BP fw with the correct relays ip and the env BP door

the 2nd relay is 100% synced? if u want to use another port than 6000 which is default did u modified the CNODE_PORT inside the env file + uncomment the line (delete # from the beginning of the line)?
yes, the 2nd relay is 100% synced and yes I modified the CNODE_PORT inside the env file + uncomment the line.
I just tried to add to the BP fw the ip of my home router and I can telnet the port correctly but if I telnet from the 2nd relay dosn’t work.
