Hi, can you share your wallet config where you point to your local node, please? is your browser where your wallet is installed on the same machine where the node is running ?
for a bit of troubleshooting ,I also install net-tools
sudo apt install net-tools
then to see if there is a service running on port 4000 I do:
devnode:~$ sudo netstat -tunlp
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
tcp 0 0 0.0.0.0:30333 0.0.0.0:* LISTEN 2934/fuel-core
tcp 0 0 127.0.0.53:53 0.0.0.0:* LISTEN 561/systemd-resolve
tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 772/sshd: /usr/sbin
tcp 0 0 0.0.0.0:4000 0.0.0.0:* LISTEN 2934/fuel-core
tcp 0 0 127.0.0.1:631 0.0.0.0:* LISTEN 729/cupsd
On cloud servers you usually have router/firewall settings where you just need to open a port (depending on your provider ,sometimes you then need to go further and again open on the VMs that you spinoff )
For me its working and my balance shows with this config
I just followed all the steps you mentioned, but still 0 balance, I believe something wrong with my node, I will try restart and check again.
By the way, do you know how to update the fuel-core version to 0.28.0? I got the warn in the log:
fuel_core_upgradable_executor:: executor: 407: The block version (1) is different from the native executor version (0). The WAS executor will be used.
Does it matter?