Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

Jumpserver0.3.2 installation Guide

2025-01-17 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Database >

Share

Shulou(Shulou.com)06/01 Report--

Modify hostname

Hostname jumpserver

Install the basic dependency package

Yum install-y git python-pip mysql-devel gcc automake autoconf python-devel sshpass lrzsz readline-devel

Yum install-y gmp-devel

Yum install-y python-paramiko

Create the installation directory and prepare the package for decompression

Download the zip package on https://github.com/jumpserver/jumpserver

Mkdir / application

Cd / application/

Rz

Unzip jumpserver-master.zip

Start installation

Install the database as needed, install it if there is no database, and do not install it if any, but you need to create a jumpserver database and authorize it to USAGE, then modify the port connection database in the configuration file

Cd jumpserver-master/install/

Pip install-r requirements.txt

Pip freeze

Python install.py

Replace web default port and database default port restart

Sed-I "s#port = 8000#port = 9999g" / application/jumpserver-master/jumpserver.conf

Sed-I "s#port = 3306#port = 3319g" / application/jumpserver-master/jumpserver.conf

Sed-I "2i port = 3319" / etc/my.cnf

Start the database and jumpserver

/ etc/init.d/mysqld restart

. / service.sh restart

Log in

Then enter ip:port to access the web management page of jumpserver

Initial user admin with password of 5Lov@wife

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Database

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report