1、yum -y install epel-release

2、yum -y install python-pip

3、安装客户端

4、新建配置文件
配置客户端

5、编辑配置文件
{
"server":"x.x.x.x",
"server_port":24024,
"local_address": "127.0.0.1",
"local_port":1080,
"password":"123456",
"timeout":300,
"method":"aes-256-cfb",
"protocol":"origin",
"obfs":"plain",
"fast_open": false,
"workers": 1
}

6、/etc/profile增加如下内容
[root@dev-test ~]# cat /etc/profile
source /etc/profile

7、启动服务

8、测试,如图所示
