It's going to be WAY different to running a Zclassic / Zcash / Zdash node.
Current coins install node routine :- run a home computer / Docker image / server / vps (install a 'nix flavour following u-tube vids); learn minimal amount of 'nix command line; use apt-get and build a couple of times; put some text in some hidden .conf files; job done. Google is your friend - everything you need to know is cut/paste-able - you can even set up a home pool in a day.
Zen masternode - OK, so I have a domain name which Certbot will put a certificate on from letsencrypt - Tick - job done? ...no
Now I need to learn how to put the node behind a reverse proxy to ensure the node traffic traverses the ssl and not bypass it (Google is not your friend because it now expects you to know a LOT more about 'nix, web-servers, coding and networking and most of the guides expect non-free software to 'make it easy'). There is more information on Google about how to make nodes traverse TOR sockets than run an SSL protected node through a reverse proxy.
Oh, and I need to know how to cron script to ensure a transaction is sent between two z-addresses (at a cost of 0.0002 per transaction) every 100 blocks or so?
Come on Zen Dev's, if you want a Node to meet requirements and jump hoops - provide a coded node that does it for your users straight from the git-pull, not a bunch of Linux style man pages that expect a few years of 'nix experience to follow.
Look at your Forum posters - how many are asking about windows wallets and how do you set up a basic node??