Is there a way to install Tailscale on XOA so you can VPN into orchestra gui?
-
I was able to install tailscale on the xcp-ng server using the shell. And I can connect to it remotely. However that just shows the webpage that asks to deploy XOA.
If I wanted to remote into orchestra gui, I assume I just install tailscale on XOA yeah? But Will that give me orchestra gui, or only ssh? I want to see the gui in browser to control vm's remotely
Thanks!
-
It worked to do
curl -fsSL https://tailscale.com/install.sh | sh
then
sudo tailscale upBehold: My server, but from my phone on mobile data.
so slick!works super awesome! only complaint is i dont have the console scale gui slider like on desktop, so cant zoom out enough. even if i request desktop site.
Thanks for the help
-
Hi!
If I wanted to remote into orchestra gui, I assume I just install tailscale on XOA yeah?
Yes.
But Will that give me orchestra gui, or only ssh?
I think you already answered than when you said "I can connect to it remotely. However that just shows the webpage that asks to deploy XOA" because it's exactly the same thing If you saw the web page on XCP-ng, by having TailScale on your XOA will display then the XO UI.
-
@olivierlambert
hi, thanks for the reply!quick question you might know.
I am not too familiar with the different linux versions and syntaxesI used these commands to install tailscale on xcp-ng, are they the same commands for XOA? Or is XOA a different linux?
https://bobcares.com/blog/tailscale-on-xcp-ng-host/
thanks!
-
XOA is based on Debian.
-
It worked to do
curl -fsSL https://tailscale.com/install.sh | sh
then
sudo tailscale upBehold: My server, but from my phone on mobile data.
so slick!works super awesome! only complaint is i dont have the console scale gui slider like on desktop, so cant zoom out enough. even if i request desktop site.
Thanks for the help
-
Yay! You should try XO 6 UI on mobile, maybe it will be better
-
-