Alright so, I've gone through all the steps to set up the Masternode on my Linux VPS.
My control wallet (with 10k btdx sent to masternode wallet) is on an OSX laptop, and I manually found and edited the masternode.conf file.
On the VPS side, I ran the code to install the required packages and create + compile the wallet. I actually had to run the code twice because it crashed my system on step 3/5 the first time.
I got it working, and entered the privkey when prompted, and created the masternode.conf file and entered all data in the ~/Bitcloud directory.
I cannot get any of the commands to work ./bitcloudd or ./bitcloud-cli or any of those commands just say "No such file or directory" when I try to run them. If i navigate into ~/Bitcloud/src I can see bitcloudd.cpp and bitcloud-cli in the folder.
On the control wallet side, my masternode just says protocol -1 and status is MISSING.
This is my first time trying to wrap my head around all this stuff - so I'm not sure if the install failed at any points during my setup, and I have no way of knowing if that is the case.