Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
J
jumpserver
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ops
jumpserver
Commits
5a11c062
Unverified
Commit
5a11c062
authored
6 years ago
by
wojiushixiaobai
Committed by
GitHub
6 years ago
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #2056 from wojiushixiaobai/docs
[Update]Docs
parents
fee81267
66523df8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
1 deletion
+19
-1
quickinstall.rst
docs/quickinstall.rst
+19
-1
No files found.
docs/quickinstall.rst
View file @
5a11c062
...
...
@@ -14,7 +14,25 @@
- Jumpserver 默认端口为 8080/tcp 配置文件在 jumpserver/config.py
- Coco 默认 SSH 端口为 2222/tcp ,默认 Web Terminal 端口为 5000/tcp 配置文件在 coco/conf.py
- Guacamole 默认端口为 8081/tcp 在 docker run 时指定
- Nginx 默认端口为 80/tcp 配置在 nginx/nginx.conf 中指定
- Nginx 默认端口为 80/tcp
- Redis 默认端口为 6379/tcp
- Mysql 默认端口为 3306/tcp
+------------+-----------------+------------+------------------------+
| Protocol | Server name | Port | Used By |
+============+=================+============+========================+
| TCP | Jumpserver | 8080 | Nginx, Coco, Guacamole |
+------------+-----------------+------------+------------------------+
| TCP | Coco | 2222, 5000 | Nginx |
+------------+-----------------+------------+------------------------+
| TCP | Guacamole | 8081 | Nginx |
+------------+-----------------+------------+------------------------+
| TCP | Db | 3306 | Jumpserver |
+------------+-----------------+------------+------------------------+
| TCP | Redis | 6379 | Jumpserver |
+------------+-----------------+------------+------------------------+
| TCP | Nginx | 80, 2222 | All |
+------------+-----------------+------------+------------------------+
一体化部署文档(基于CentOS 7)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment