Skip to content

zyyzyykk/kkTerminal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kkTerminal

kkTerminal, a terminal for Web SSH connection

Author: zyyzyykk

Source Code: https://github.com/zyyzyykk/kkTerminal

Docker Hub Address: https://hub.docker.com/repository/docker/zyyzyykk/kkterminal/general

Preview: https://ssh.kkbpro.com/

Update Time: 2025-03-15

kkTerminal

Docker Image JDK Version SpringBoot Version Vue Version Apache Licence GitHub

English | 简体中文

⚡ Quick integration

Using the iframe tag in HTML web pages to quick integration:

<iframe src="https://ssh.kkbpro.com/" height="400px" width="600px" ></iframe>

🐳 Deploy with Docker

  1. Pull image:
docker pull zyyzyykk/kkterminal
  1. Create and run a container for port mapping: -p port:3000
docker run -d --name kkterminal -p 3000:3000 zyyzyykk/kkterminal
  1. Custom art word: -e TITLE="ArtWord"
docker run -d --name kkterminal -p 3000:3000 -e TITLE="kkbpro" zyyzyykk/kkterminal
  1. Accessing in browser: http://server-ip:3000/

🛸 Preview

Visit the following website: https://ssh.kkbpro.com/

Connect

Preference

File

Editor

More Module Previews

💡 Function Description

  1. kkTerminal is a terminal for Web SSH connection. Click on the terminal icon in the upper-left corner and select the connection settings to establish an SSH connection

  2. Support the use of iframe tags in web pages for quick integration into third-party websites

  3. Support customizing terminal configuration through URL Parameters

  4. Support internationalization and language switching between Chinese and English

  5. Support local PC deployment, automatically opens browser window upon startup

  6. Support adaptive window size and Chinese input

  7. Support custom preference settings, allowing users to choose the background/foreground color, font size, cursor display style, enable TCode for the terminal, etc

  8. Support restart: It will automatically restart after modifying SSH connection settings or custom preference settings, or can be manually restarted after SSH connection is disconnected

  9. Support copy and paste:

    • Copy: Same as Git terminal, selecting text will automatically copy it

    • Paste: Same as Cmd terminal, right-click to paste (requires browser access permission)

  10. Support file management, open the File Management Module to view, decompress, upload and download files/folders

  11. Support shortcut key operations such as multiple/all file selection, copy and paste, cut, selection switch, open, etc

  12. Support file browsing and editing, modify the file and save it to a remote server using ctrl+s

  13. Support TCode (Terminal Code),which can achieve automated Workflow similar to Shell scripts through Customized TCode

  14. Support operation recording and cloud synchronization functions

  15. Support Cooperate, Monitor and Docker functions

👨‍💻 Update Records

zyyzyykk/kkterminal:3.6.0: latest
  • Add Advance Cooperate function
  • Add Advance Monitor function
  • Add Advance Docker function
  • Optimize packaging volume & webpage display
zyyzyykk/kkterminal:3.5.6:
  • Support more URL parameters
  • Add editor text & image size percentage
  • Optimize webpage display
zyyzyykk/kkterminal:3.5.3:
  • Add URL parameter to customize terminal configuration
  • Fix bug of multi window restart
  • Add operation recording and cloud synchronization functions
  • Refactoring some code logic

History Update Records

🧬 Architecture

+---------+     http      +-------------+    ssh     +---------------+
| browser | <===========> | kk Terminal | <========> | remote server |
+---------+   websocket   +-------------+    sftp    +---------------+
Vue + Xterm              SpringBoot + SSHJ                Linux OS    

🏘️ About this project

Dear Users,

I regret to announce that due to limited time and energy, I will not be able to maintenance on kkTerminal in the future.

If you are interested in kkTerminal or would like to continue maintaining, please feel free to contact me or raise an issue.

If you discover bugs or wish to develop new features, please also raise an issue.

Finally, thank you for your support of kkTerminal and I sincerely hope that kkTerminal can really help you.

Best Regards,

zyyzyykk

2025.03.15

🌟 Stars

Stars