Replace all the localhost IPs to listen on all interfaces (0.0.0.0)
sed -e '/bind_address:/{s/127.0.0.1/0.0.0.0/}' -i /etc/velociraptor/server.config.yaml
Step 4
As CloudFlare is handling the certificate you need to disable the self signed certificate in the yaml file
nano /etc/velociraptor/server.config.yaml
Remove the option for using self signed SSL
Step 5
In the CloudFlare Dashboard make a new public hostname pointing to your internal IP address.
The setting is under Zero Trust > Networks > Tunnels > Your Tunnel Name
Remove TLS Verification from CloudFlare
Step 6
Start your Velociraptor
velociraptor -c /etc/velociraptor/server.config.yaml frontend -v