Vnode not showing up in Incognito App under Power

I used these instructions.

https://we.incognito.org/t/how-to-setup-your-own-node-in-a-blink-of-an-eye-now-support-multi-nodes-per-host/12003

The node will not show up in the App.
I have verified that ports are open and they match the ones i find here
when I run docker ps

ad85a16ffc6 incognitochain/incognito-mainnet:20211119_1 “/bin/bash run_incog…” 56 minutes ago Up 15 minutes 0.0.0.0:8334->8334/tcp, :::8334->8334/tcp, 0.0.0.0:9433->9433/tcp, :::9433->9433/tcp inc_mainnet_0
e1ca9ef9e3ff incognitochain/incognito-mainnet:20211119_1 “/bin/bash run_incog…” 2 hours ago Up 15 minutes 0.0.0.0:8335->8335/tcp, :::8335->8335/tcp, 0.0.0.0:9434->9434/tcp, :::9434->9434/tcp inc_mainnet_1
b3f2cc7258cb incognitochain/incognito-mainnet:20211119_1 “/bin/bash run_incog…” 2 hours ago Up 15 minutes 0.0.0.0:8336->8336/tcp, :::8336->8336/tcp, 0.0.0.0:9435->9435/tcp, :::9435->9435/tcp inc_mainnet_2

I am not sure why I have 3 sets of ports but they are all open.

I went here
https://we.incognito.org/t/official-vnode-troubleshooting-guide/13719

when I run

sudo docker restart $(sudo docker ps -aq) && rm -rfv /home/incognito/node_data_*/*.log

I get

ad85a16ffc6
e1ca9ef9e3ff
b3f2cc7258cb
rm: cannot remove ‘/home/incognito/node_data_0/67.72-2021-12-01.log’: Permission denied
rm: cannot remove ‘/home/incognito/node_data_0/error.log’: Permission denied
rm: cannot remove ‘/home/incognito/node_data_1/67.72-2021-12-01.log’: Permission denied
rm: cannot remove ‘/home/incognito/node_data_1/error.log’: Permission denied
rm: cannot remove ‘/home/incognito/node_data_2/67.72-2021-12-01.log’: Permission denied
rm: cannot remove ‘/home/incognito/node_data_2/error.log’: Permission denied

Not sure how to proceed?
Thanks

You have 3 different containers running. You should only have 3 containers running if you are running 3 vNodes on the same server.

This is technically fine as the second half of the command just clears log files. I have updated the post to include sudo so it should now run without a problem.

How do I control how many nodes/containers?
I only put in one key in the script.

VALIDATOR_K=“My key Here,
validator_key_2,
validator_key_3”

What would be the next step in troubleshooting why I can’t find my node in the App on my phone?
Thanks for the quick response!

You need to remove the extra Validator_#.

Send me a PM. I need to look at your settings.