# instantbox
**Repository Path**: mirrors/instantbox
## Basic Information
- **Project Name**: instantbox
- **Description**: instantbox 可以让你快速的搭建一个临时的 Linux 系统,并可以通过基于浏览器的 webshell 来访问这个系统
- **Primary Language**: Shell
- **License**: MIT
- **Default Branch**: master
- **Homepage**: https://www.oschina.net/p/instantbox
- **GVP Project**: No
## Statistics
- **Stars**: 16
- **Forks**: 6
- **Created**: 2019-03-26
- **Last Updated**: 2025-10-11
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
En | 简 | 繁

# instantbox
Get a clean, ready-to-go Linux box in seconds.
[](https://travis-ci.com/instantbox/instantbox)
[](https://hub.docker.com/r/instantbox/instantbox)


[](https://t.me/joinchat/HtYtxRSerOwrMLg_2_wZTQ)
[](LICENSE)
## Introduction
### What is instantbox?
It's a project that spins up temporary Linux systems with instant webshell access from any browser.
### What can an instantbox do?
1. provides a clean Linux environment for a presentation
2. let students experience the charm of Linux at your school or your next LUG meet
3. run with an inspiration in a clean environment
4. manage servers from any device
5. experiment with an open source project
6. test software performance under resource constraints
and more! ideas are endless...
### Which Linux distributions are available?
We currently supports various versions of Ubuntu, CentOS, Arch Linux, Debian, Fedora and Alpine.
## Quickstart

## Deploy
Prerequisite: docker [[More Information]](https://docs.docker.com/install/)
```bash
mkdir instantbox && cd $_
bash <(curl -sSL https://raw.githubusercontent.com/instantbox/instantbox/master/init.sh)
```
## Questions
Please submit an issue or join the conversation on [telegram](https://t.me/joinchat/HtYtxRSerOwrMLg_2_wZTQ).
## Donations
We are in urgent need for donations in the form of server resources. Please contact us at team@instantbox.org if you are able to help. We appreciate it!
## Credits
* [tsl0922/ttyd](https://github.com/tsl0922/ttyd) - webshell
## License
[MIT](LICENSE)