xpipe-io / xpipe

Your entire server infrastructure at your fingertips
https://xpipe.io
Apache License 2.0
3.52k stars 91 forks source link

[Feature Request] Proxmox VM port change #352

Closed kolbacer closed 1 month ago

kolbacer commented 1 month ago

Hi XPipe team,

As far as I can tell, it's not currently possible to change the SSH port when connecting to Proxmox VMs. Many environments don't use the default port 22 for security reasons, which makes it difficult to connect via XPipe.

It would be great to have an option to set a custom SSH port in the connection settings.

image

XPipe version: 12.0

Thank you for considering this feature!

crschnick commented 1 month ago

Yeah I can look into that

crschnick commented 1 month ago

you can try whether https://github.com/xpipe-io/xpipe-ptb/releases/tag/12.1-1 works for you

kolbacer commented 1 month ago

you can try whether https://github.com/xpipe-io/xpipe-ptb/releases/tag/12.1-1 works for you

I gave it a try, but unfortunately it didn’t work as expected🙁. I tested several port configurations, and here are the results:

image

image

image

Also, insights shows port 22 anyway:

image

crschnick commented 1 month ago

Yeah the insights display is wrong, I forgot to update that. I think I also messed up the SSH server start logic, so it tried to start it at the wrong port. I will fix this.

crschnick commented 1 month ago

Should be fixed in https://github.com/xpipe-io/xpipe-ptb/releases/tag/12.1-3

kolbacer commented 1 month ago

Everything works great now, thank you!