-
Hello, I am currently in Manjaro, I want to continue working with packages for the termux application, but I usually work mostly with x11 packages, I already tried many ways and I can not start those applications, I also tried to install tigervnc and when running vncserver it gives me an invalid ip address. Any ideas? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
If you're running VNC server within Termux docker. you'll need to publish port I'm not sure if this is what you need because you didn't post any logs about invalid ip address. making it difficult to guess |
Beta Was this translation helpful? Give feedback.
-
@wmcbtech30 that ip address is invalid |
Beta Was this translation helpful? Give feedback.
If you're running VNC server within Termux docker. you'll need to publish port
5901
or similar in docker by passing flag--publish 5901:5901
in order to expose it to outside worldhttps://docs.docker.com/config/containers/container-networking/#:~:text=Published%20ports,%2D%2Dpublish%20or%20%2Dp%20flag.
I'm not sure if this is what you need because you didn't post any logs about invalid ip address. making it difficult to guess