VNC and IDEA on Android

  • Views Views: 2,081
  • Last updated Last updated:
  • So you have finished installing Linux Termux, right? If not, you can read this Nukkit On Android (without root) article to better understand

    Coming to this article, I will guide to install VNC and IDEA for Termux. I do not recommend installing VNC and IDEA on Termux. Because to be able to run smoothly for VNC and IDEA, you need to have UFS 3.1

    UFS 3.1 is the way to call the read speed of phone storage. Plus, the more ram the better.

    Let's start installing VNC and IDEA

    Enter the command to install Desktop:
    apt-get install xfce4 -y
    You choose your own language

    During the installation phase, you should enter the number as shown in the image:


    With this paragraph you will get an error when the Desktop installation finishes:

    Uninstall it as follows:
    apt-get autoremove libfprint-2-2:arm64 -y
    apt-get remove udisks2 -y
    Okay, we will install VNC and configure VNC

    Command to install VNC:
    apt-get install tightvncserver -y
    Use the VNC launch command to automatically generate the config file:
    USER=root vncserver
    Then turn it off:
    USER=root vncserver -kill :1

    And then will edit the VNC file

    Install nano command to edit files:
    apt-get install nano -y
    Command to edit VNC config:
    nano /root/.vnc/xstartup
    Then add this text as shown in the picture:
    startxfce4 &

    Press ctrl + x to save

    So you have finished installing VNC for Linux Termux

    Enter the command to proceed with the VNC . connection:
    USER=root vncserver
    Download VNC connection application HERE

    Open the application and press the + sign and add this line like picture:



    Download IDEA HERE

    You will use NetBeans IDEA, which is the lightest IDEA for you

    bash Apache-NetBeans-12.0-bin-linux-x64.sh
    to install
  • Loading…
Top