GithubHelp home page GithubHelp logo

openvpn-access-server's Introduction

OpenVPN-Access-Server

openvpn 快速搭建 Centos7 OpenVPN Access Server 安装(最新版+破解多用户限制)

参考网址: https://www.wangfeng.live/2020/11/centos7-openvpn-access-server-installation-latest-version/

破解版安装包git网址: https://gitee.com/wangfeng-1/openvpnas

https://github.com/heroking/openvpn_as_crack

安装OpenVPN Access Server 网络允许::建议安装OpenVPN Access Server的方法是使用官方的OpenVPN Access Server软件存储库。安装OpenVPN Access Server客户端安装包和OpenVPN Access Server软件包本身。

yum -y install https://as-repository.openvpn.net/as-repo-centos7.rpm yum -y install openvpn-as

网络不允许:如果由于某种原因无法通过官方的软件存储库安装,可以将软件包下载下来后上传到服务器进行安装。

rpm -ivh openvpn-as-2.5.2-CentOSrelease.x86_64.rpm image

安装完成后修改管理密码:

passwd openvpn image

管理端Admin UI: https://192.168.1.10/admin

登录后可以看到最多允许两个用户连接,个人使用足够了,不够的话下面有破解方法。 image

客户端Client UI: https://192.168.1.10:943/ image

破解多用户限制 1、首先下载破解文件:pyovpn-2.0-py2.7.egg image

2、将破解文件放到/usr/local/openvpn_as/lib/python2.7/site-packages/目录下,备份或者覆盖之前文件。

cp pyovpn-2.0-py2.7.egg /usr/local/openvpn_as/lib/python2.7/site-packages/ image

3、执行初始化操作

进入/usr/local/openvpn_as/bin目录中

cd /usr/local/openvpn_as/bin image

直接执行./_ovpn-init

./ovpn-init 如报错找不到相关模块,编辑_ovpn-init 注解掉即可。 image

然后再次执行初始化脚本 image

image

然后一路回车即可,等待初始化配置完成。 image

重新登录控制台,查看1024 个。 image

openvpn-access-server's People

Contributors

qinyuxin99 avatar

Stargazers

yaorui avatar  avatar Feng avatar  avatar  avatar  avatar Kingking avatar

Watchers

 avatar

openvpn-access-server's Issues

批量创建用户

请教一下,这个怎么批量创建用户,我使用脚本创建的用户,变成系统用户了。

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.