shellhub

:computer: ShellHub enables teams to easily access any Linux device behind firewall and NAT.

Github星跟蹤圖

ShellHub is a modern SSH server for remotely accessing Linux devices
via command line (using any SSH client) or web-based user interface,
designed as an alternative to sshd. Think ShellHub as centralized SSH
for the the edge and cloud computing.

A hosted version of ShellHub is available at https://shellhub.io/.

Screenshot

Getting started

To start using ShellHub, it is suggested that you follow the
Getting started guide
in the ShellHub documentation.

Contributing

ShellHub is an open source project and we love to receive contributions from
our community. If you would like to contribute, please read
our contributing guide.

Getting Help

You are welcome to submit any questions, participate in discussions and request
help with any issue in our Gitter Channel.

License

ShellHub is licensed under the Apache License, Version 2.0.
See LICENSE for the full license text.

Development Environment Setup

First of all, you'll need to generate required keys for the services:

$ ./bin/keygen

Set the environment to development:

$ echo "SHELLHUB_ENV=development" >> .env.override

Start the whole environment:

$ ./bin/docker-compose up

Avoid to use docker-compose directly (unless you know what you're doing); instead use bin/docker-compose wrapper.

Wait for all services to be ready then create initial user by running:

$ TENANT_ID=xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx ./bin/add-user <username> <password> <email>

Don't change the value of TENANT_ID, this value is hardcoded during agent initialization in development mode.

When you open ShellHub UI for the first time, be sure to accept pending device.

See the devscripts which can be useful for development.

Authors

ShellHub was created by O.S. Systems.

Contributors ✨

Thanks goes to these wonderful people (emoji key):

This project follows the all-contributors specification. Contributions of any kind welcome!

主要指標

概覽
名稱與所有者shellhub-io/shellhub
主編程語言Go
編程語言Dockerfile (語言數: 11)
平台
許可證Apache License 2.0
所有者活动
創建於2019-05-16 18:10:35
推送於2025-07-14 13:14:54
最后一次提交2025-07-14 05:30:13
發布數324
最新版本名稱v0.19.2 (發布於 2025-07-02 19:06:29)
第一版名稱v0.0.1 (發布於 )
用户参与
星數1.6k
關注者數29
派生數155
提交數6.1k
已啟用問題?
問題數357
打開的問題數8
拉請求數4112
打開的拉請求數16
關閉的拉請求數426
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?