I'm running bitcoind on a dedicated machine behind a firewall, and I only let ports 8333 and 9333 through that wall. And 22, for SSH and SCP.
So, how can I monitor my bitcoin node remotely under these conditions?
I would like to keep a log file on a remote machine, together with a real-time display, so if something goes wrong, I know it's time to go visit my hardware.
I'm completely newbie.
I don't run bitcoind in my own space but as another user and can connect it from my user directory. I've put rpcuser & rpcpassword in my own ~/.bitcoin/bitcoin.conf
Now i can mess around with some bitcoind commands. Even shutdown bitcoind. But if I start it, it'll run under my UID.
The same thing must be possible from on PC to another via some port, 8333, without ssh.
By just adding some values in the bitcoin.conf or command line of the client. But I don't know how yet.