https://github.com/go-ignite/ignite
A SS(R) panel for managing multiple users, powered by Go & Docker.
https://github.com/go-ignite/ignite
docker ss ss-panel ssr
Last synced: 2 months ago
JSON representation
A SS(R) panel for managing multiple users, powered by Go & Docker.
- Host: GitHub
- URL: https://github.com/go-ignite/ignite
- Owner: go-ignite
- License: mit
- Created: 2017-07-06T07:19:14.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2020-01-18T14:04:01.000Z (over 5 years ago)
- Last Synced: 2025-03-29T17:12:31.488Z (3 months ago)
- Topics: docker, ss, ss-panel, ssr
- Language: Go
- Homepage:
- Size: 28.6 MB
- Stars: 452
- Watchers: 16
- Forks: 127
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-hacking-lists - go-ignite/ignite - A SS(R) panel for managing multiple users, powered by Go & Docker. (Go)
README

---[](https://github.com/go-ignite/ignite/releases/latest)
[](https://travis-ci.org/go-ignite/ignite)
[](https://goreportcard.com/report/github.com/go-ignite/ignite)
[](https://t.me/joinchat/FuddvBLqni3u5wJmNwnc0w)
[](https://microbadger.com/images/goignite/ignite)
[](https://github.com/go-ignite/ignite/blob/master/LICENSE)A SS(R) panel for managing multiple users, powered by Go & Docker.
* [Overview](#overview)
* [Features](#features)
* [Snapshots](#snapshots)
* [Install](#install)
* [Build](#build)
* [Contributing](#contributing)
* [License](#license)# Overview

# Features
* __Simple to use__ - Easy to create and activate server by one click.
* __Fast__ - Create & destroy server container via docker in seconds.
* __Safe__ - Users are isolated by different containers, it is easy to suspend account by stopping related docker container.
* __Automatic__ - User's account will be suspended automatically by background job if it exceeds the max bandwidth limit or the expired date.
* __Easy to deploy__ - ignite is powered by Go, you can copy and run it by very easy steps, you can also deploy ignite by docker.# Snapshots



# Install
Please refer to [《ignite中文安装指南》](https://github.com/go-ignite/ignite/wiki)
# Build
To build ignite, you need to prepare your Go development environment first, then follow the steps:
* clone ignite to your go workspace
* ```go build```# Contributing
Pull request is welcome!
* Fork ignite
* Clone it: ```git clone https://github.com/yourname/ignite```
* Create your feature branch: ```git checkout -b my-new-feature```
* Make changes and add them: ```git add .```
* Commit changes: ```git commit -m "Add some feature"```
* Push your commits: ```git push origin my-new-feature```
* Create pull request# License
[MIT License](https://github.com/go-ignite/ignite/blob/master/LICENSE)