key-networks / ztncui

ZeroTier network controller UI
GNU General Public License v3.0
1.53k stars 228 forks source link

SSH Settings (Solution Not An Issue) #51

Closed jimthedj65 closed 3 years ago

jimthedj65 commented 3 years ago

Hi All,

just to let everyone know that I installed a fresh ztncui on ubuntu 18.04 bare metal server minimal install following the instructions at https://key-networks.com/ztncui/ after the install, I had some errors with tunnelling via ssh, one of the errors was channel 2: open failed: administratively prohibited: open failed ztncui

I solved this by changing my sshd_config file to

AllowTcpForwarding yes PermitOpen any PermitTTY yes PermitTunnel yes

after an ssh restart, I was able to open up the interface with

ssh -p ssh_port -f username@ip_address_of_server -L 3333:localhost:3000 -N

then http://localhost:3333/ show the controller interface.

I am now successfully running heavy media feeds on using my own controller network setup, I hope someone finds this useful.

key-networks commented 3 years ago

Thanks for your feedback, @jimthedj65 !

jimthedj65 commented 3 years ago

your welcome and thank you for the awesome interface