


Mobile phone remote Linux tools include: 1. JuiceSSH, which is a powerful Android SSH client application that can directly manage Linux services; 2. Termius, which can use mobile phones to connect to Linux servers; 3. Termux, a powerful remote terminal tool; 4. Sunflower remote control, etc.
#The operating environment of this tutorial: linux5.9.8 system, Dell G3 computer.
Mobile remote linux tool
1. JuiceSSH
juicessh is a powerful Android SSH client application supports SSH, local Shell, Mosh and Telnet. The most important thing is that this software can directly manage Linux services. It is an indispensable god-level software for system administrators.
At the same time, as long as you use this software to make an SSH remote connection, you can directly use the command line to remotely operate your Windows host, such as shutting down, logging off, restarting, viewing or terminating system processes, opening a music player, etc. Common operations such as this can be performed remotely using the command line, which is very powerful.
Moreover, juicessh also provides users with various functions such as IPv6 protocol, UTF-8 characters, SSH key forwarding agent, port forwarding, host cloud synchronization backup, etc., which is very Rich, and in order to better meet the personalized needs of users, it also provides third-party plug-ins, dark interfaces, multiple terminal color schemes, adjusting font size and other operations, which are very detailed.
2. Termius
Termius is a terminal system that can be used on both PC and mobile terminals.
Through Termius, you can connect to your server from Android, Windows, macOS, and Linux, and it will synchronize between different devices. If you want to leave the computer while doing it, you can change your phone and continue doing it
Official website link: https://www.termius.com/
3、Termux
Termux It is a very powerful remote terminal tool that combines powerful terminal emulation with an extensive collection of Linux software packages. You can experience the convenience of bash and shell programming at any time. To experience full functionality, first download a small base system and then use the apt package manager to install the required packages. Access the built-in help by long-pressing anywhere on the terminal and selecting the Help menu option for more information.
4. Sunflower remote control
Sunflower remote control software mobile phone version is used to cooperate with Sunflower remote control controlled terminal, which is the computer Once connected, you can use your phone to control your computer. Different touches or clicks have different functions, and there will be a tutorial before use.
Function introduction:
No network remote control, with Sunflower control to achieve remote control
Sunflower remote control▪ Remote Desktop-----
√ Remotely switch on and off, remotely control other computers and mobile phones
√ Easily realize remote desktop, file management, screen recording, remote monitoring, camera monitoring and other functions
√ At the same time, it provides you with a smooth remote control experience of up to 60 frames per second
√ Sunflower supports mutual control between Windows, Mac, Android, iOS, Linux and other devices, remote desktop anytime, anywhere , just like operating a local computer or mobile phone
Main functions-----
▪With network-free remote control: remote control hardware, network-free remote control, compatible with all operating systems and other powerful functions Device
▪ Remote desktop: Use your mobile phone to remotely access your computer and make a remote desktop connection, as if you were there. Provide remote support to clients, colleagues, friends and family while on the road.
▪ Control your mobile phone: Use your mobile phone to control other mobile phones, and help relatives and friends conduct remote mobile phone debugging and operation demonstrations. Action is worse than action.
※※※Operation tips: Just search and download "Sunflower Client" in the application market of another mobile phone, and log in to the same account. ※※※
▪ Remote files: multi-terminal transfer between mobile phones and computers, modifications anytime and anywhere, convenient and fast, and also supports file distribution and group messaging.
▪Camera monitoring: Use your mobile phone to open the surveillance camera connected to your computer for remote monitoring. Create 360-degree zero blind spots and low-cost home security.
▪ Remote power on and off: Remotely control the power on and off of the computer. You can turn the computer on and off while lying on the bed (of course remote power on requires a Sunflower boot stick. Purchase address: http://sunlogin.oray.com/zh_CN/ hardware/)
▪ Remote monitoring: Remote desktop operation supports screen recording; supports simultaneous remote monitoring of multiple host desktops.
▪ CMD: Supports remote command line quick operations and is efficient.
5. TeamViewer (remote control)
teamviewer remote control: This software comes from a very easy-to-use remote control software on the PC. Its main function is to control the computer with your mobile phone, but this type No matter how you look at it, it looks like a Trojan horse program, and even a firewall cannot block it.
Software introduction:
The famous remote login software on PC has now come to the Android platform, allowing you to control your computer as you wish on your mobile phone.
Using TeamViewer, you can remotely control any computer as if you were on the scene, even if there is a firewall.
All your partner has to do is launch a small application that doesn’t even require installation or administrative permissions.
Software Features
- Support friends and family and access unattended computers (Windows, Mac, Linux), even on the phone.
- Easily control the remote computer using multiple touch methods, including left mouse button, right mouse button, drag and drop, scroll wheel, zoom, and screen change
- Complete keyboard control, Including Ctrl, Alt, Windows? Wait for special keys
-Comply with the highest security standards: 256 Bit AES Session Encoding, 1024 Bit RSA Key Exchange
-Easily use firewalls and proxy servers to access computers
-Remote Restart the client
-Automatically adjust quality
-Overview of online friends and computers through integrated computer list
-Applicable to Android 1.6 and newer versions
Remote support:
Using TeamViewer, you can remotely control any computer as if you were on the scene, even if there is a firewall.
All your partner has to do is launch a small application that doesn’t even require installation or administrative permissions.
Meetings/Presentations:
In team collaboration, presentations, and sales discussions, a picture is worth a thousand words.
TeamViewer enables you to share your computer desktop with others over the Internet, even if there is a firewall. It is an ideal solution for online collaboration.
Remote access/remote office:
Remote access to all your computers and servers 24 hours a day. Need access to your computer on the go? Need access to a client's unattended server? No problem, TeamViewer is free for all hosting installations.
Related recommendations: "Linux Video Tutorial"
The above is the detailed content of What are the remote Linux tools for mobile phones?. For more information, please follow other related articles on the PHP Chinese website!

MaintenanceModeinLinuxisaspecialbootenvironmentforcriticalsystemmaintenancetasks.Itallowsadministratorstoperformtaskslikeresettingpasswords,repairingfilesystems,andrecoveringfrombootfailuresinaminimalenvironment.ToenterMaintenanceMode,interrupttheboo

The core components of Linux include kernel, file system, shell, user and kernel space, device drivers, and performance optimization and best practices. 1) The kernel is the core of the system, managing hardware, memory and processes. 2) The file system organizes data and supports multiple types such as ext4, Btrfs and XFS. 3) Shell is the command center for users to interact with the system and supports scripting. 4) Separate user space from kernel space to ensure system stability. 5) The device driver connects the hardware to the operating system. 6) Performance optimization includes tuning system configuration and following best practices.

The five basic components of the Linux system are: 1. Kernel, 2. System library, 3. System utilities, 4. Graphical user interface, 5. Applications. The kernel manages hardware resources, the system library provides precompiled functions, system utilities are used for system management, the GUI provides visual interaction, and applications use these components to implement functions.

Linux maintenance mode can be entered through the GRUB menu. The specific steps are: 1) Select the kernel in the GRUB menu and press 'e' to edit, 2) Add 'single' or '1' at the end of the 'linux' line, 3) Press Ctrl X to start. Maintenance mode provides a secure environment for tasks such as system repair, password reset and system upgrade.

The steps to enter Linux recovery mode are: 1. Restart the system and press the specific key to enter the GRUB menu; 2. Select the option with (recoverymode); 3. Select the operation in the recovery mode menu, such as fsck or root. Recovery mode allows you to start the system in single-user mode, perform file system checks and repairs, edit configuration files, and other operations to help solve system problems.

The core components of Linux include the kernel, file system, shell and common tools. 1. The kernel manages hardware resources and provides basic services. 2. The file system organizes and stores data. 3. Shell is the interface for users to interact with the system. 4. Common tools help complete daily tasks.

The basic structure of Linux includes the kernel, file system, and shell. 1) Kernel management hardware resources and use uname-r to view the version. 2) The EXT4 file system supports large files and logs and is created using mkfs.ext4. 3) Shell provides command line interaction such as Bash, and lists files using ls-l.

The key steps in Linux system management and maintenance include: 1) Master the basic knowledge, such as file system structure and user management; 2) Carry out system monitoring and resource management, use top, htop and other tools; 3) Use system logs to troubleshoot, use journalctl and other tools; 4) Write automated scripts and task scheduling, use cron tools; 5) implement security management and protection, configure firewalls through iptables; 6) Carry out performance optimization and best practices, adjust kernel parameters and develop good habits.


Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

Video Face Swap
Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article

Hot Tools

DVWA
Damn Vulnerable Web App (DVWA) is a PHP/MySQL web application that is very vulnerable. Its main goals are to be an aid for security professionals to test their skills and tools in a legal environment, to help web developers better understand the process of securing web applications, and to help teachers/students teach/learn in a classroom environment Web application security. The goal of DVWA is to practice some of the most common web vulnerabilities through a simple and straightforward interface, with varying degrees of difficulty. Please note that this software

VSCode Windows 64-bit Download
A free and powerful IDE editor launched by Microsoft

SublimeText3 Mac version
God-level code editing software (SublimeText3)

SAP NetWeaver Server Adapter for Eclipse
Integrate Eclipse with SAP NetWeaver application server.

Dreamweaver Mac version
Visual web development tools