mirror of
https://github.com/zhaojh329/rtty.git
synced 2026-02-27 09:53:17 +08:00
1.6 KiB
Executable File
1.6 KiB
Executable File
xTerminal(中文)
XTerminal is a remote web shell tool for multi terminal devices.You can login to your Linux device via the browser at the specified MAC address. XTerminal is based on evmongoose implementation, It consists of two parts, server and client.
How To Install
Install server on Ubuntu
Install dependency
-
lua-posix
sudo apt install lua-posix
Install xTerminal Server
git clone https://github.com/zhaojh329/xterminal.git
cd xterminal/ubuntu
sudo make install
Install Client on OpenWRT/LEDE
git clone https://github.com/zhaojh329/evmongoose.git
cp -r evmongoose/openwrt openwrt_dir/package/evmongoose
git clone https://github.com/zhaojh329/xterminal.git
cp -r xterminal/openwrt openwrt_dir/package/xterminal
cd openwrt_dir
./scripts/feeds update -a
./scripts/feeds install -a
make menuconfig
Network --->
<*> xterminal
make package/xterminal/compile V=s
How To Contribute
Feel free to create issues or pull-requests if you have any problems.
Please read contributing.md before pushing any changes.