[termux advanced terminal] Android mobile phone runs Qinglong panel locally without root - updated on May 17

foreword

At present, most of the tutorials for running the Qinglong panel on mobile phones need to be rooted to obtain root and install the Magisk module to run the Qinglong panel. This is very unfriendly to players who don't like to play games and can't flash machines! At this time, the termux advanced terminal app can allow rootless players to easily run the Qinglong panel! Let players without servers also be able to use the Azure Dragon panel! ! !

1. Install termux advanced terminal

1. First of all, you need to install the ZeroTermux application. This is the new version of the magic-modified termux being developed by Kuan "A Little Doge". Interested players can go to learn about it. Here I will put all the links to the files that need to be downloaded in this tutorial later. . Or go directly to the article published by the author to download the app. insert image description hereIf the installation error is shown in the figure below, please install the old version of termux (ZeroTermux_0.117.13.apk). If the error still occurs, it means that the Android version of your mobile phone is too low, please go to the official download site to try to install the old version 『https:// od.ixcmstudio.cn/repository/main/ZeroTermux/ 』

If the problem persists, it means that the Android version of your mobile phone is too low to install termux, please replace it with a higher version of the Android system!

insert image description here
2. Execute the following command to determine whether the CPU architecture of your mobile phone is aarch64

    uname -m

If the return is not aarch64, it means that your mobile phone is not an arm64 cpu, you can give up the installation!

3. Execute the following command to give termux permission to access external storage

    termux-setup-storage 

A pop-up window for read and write storage permissions will pop up on the interface, click Allow!
insert image description here

After the storage folder appears as shown in the figure, you can restore the container operation!

2. Download the Qinglong panel container recovery package [Tutorial takes Qinglong v2.10.13 version as an example]

1. Put the Qinglong panel recovery package (.tar.gz) you downloaded in the xinhao/data path under the phone's internal storage directory [/storage/emulated/0/] (the picture shows the software as MT manager) ZeroTermux_0
insert image description here. 118.20.apk+Qinglong recovery package download link:

Contains a video tutorial made by a big guy

Link: Click to download-Baidu Netdisk
Extraction code: 5gfx

2. Go back to the ZeroTermux terminal and start restoring the Qinglong container

Text Tutorial:

Import the Qinglong recovery package:
Slide -> Backup/Restore -> Restore -> Select a Qinglong recovery package -> Add a name to the container -> Restore -> Wait for the recovery to complete

Switch to the Qinglong panel container:
slide side->container switch->select the container name just restored->switch->require
insert image description here##

Reminder:

Because it has been set to automatically log in to the alpine system when entering the container, it will not be in the termux interface. If you need to exit to the termux interface, please execute the following command to exit the alpine system

exit

Log in to the alpine system under the termux interface:

    termux-alpine

Determine the current system:
execute the command

    ls -a

If there is a .termux folder in this directory, it means that it has not entered any third-party system and is in the default interface of termux.
Every time you need to restore the container or delete the container, please be sure to exit the third-party system and return to the default interface of termux to perform operations. Otherwise the container recovery cannot be completed! ! !

3. Start the Qinglong panel

insert image description here
Go back to your phone's browser and open the above URL to open Qinglong.

This article is transferred from the article of SUIYUE, author of technology players
insert image description here

Guess you like

Origin blog.csdn.net/SXIAOtian/article/details/124820799