javaterminal
cloudterm
Java

Cloud Web Terminal Emulator. Opens your terminal to Web.

Last updated May 10, 2026
87
Stars
37
Forks
5
Issues
0
Stars/day
Attention Score
28
Language breakdown
Java 97.1%
Dockerfile 1.8%
Shell 1.1%
Files click to expand
README

= Cloud Web Terminal Rahman Usta :doctype: article :encoding: utf-8 :lang: en :toc: left :numbered: :description: CloudTerm is a Web terminal running on a JVM (Java Virtual Machine) or on a Docker container. :author: Rahman Usta :keywords: web,terminal,java,cloud,tty,docker

++++ View on Github ++++

== About

CloudTerm is a Web terminal running on a JVM (Java Virtual Machine) or on a Docker container.

image::https://raw.githubusercontent.com/rahmanusta/cloudterm/master/images/Image-310817-062349.305.png[width=900]

//image::images/Image-310817-062349.305.png[width=900]

== How to install

You can run it with a standalone Tomcat server or with Docker. After it is run, open the browser http://localhost:8080

=== Run on JVM

[source,bash]


git clone https://github.com/rahmanusta/cloudterm.git cd cloudterm mvn clean install cd target java -jar cloudterm.jar

=== Run on Docker

Open the browser http://localhost:8080

[source,bash]


docker run -it --rm -p 8080:8080 rahmanusta/cloudterm

== License

https://github.com/rahmanusta/cloudterm/blob/master/LICENSE[MIT]

🔗 More in this category

© 2026 GitRepoTrend · javaterminal/cloudterm · Updated daily from GitHub