1 Star 1 Fork 1

Naoke / UsbEAm-LAN-Party-Server

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
MIT

UsbEAm-LAN-Party-Server

UsbEAm LAN Party 服务端

介绍/客户端下载:https://www.dogfight360.com/blog/1590/

默认用户名 username1 密码 password1 ,可在 psw-file 文件里修改

Windows

  1. 下载发行版(Releases)里最新的 windows.zip

  2. 运行 OpenVPN-2.6.6-I001-amd64.msi,安装 openvpn

  3. 运行 启动UDP服务.bat

Windows 默认只能同时运行一个服务,推荐只运行UDP服务。

如果需要同时开启UDP服务与TCP服务,需要开启路由转发并添加额外的虚拟网卡。

Linux

Docker Hub

方式一:直接启动

  1. 安装 openvpn 与 git,Ubuntu系统可以使用下面的命令安装
sudo apt update && sudo apt install -y openvpn git
  1. 克隆项目
git clone https://gitee.com/nouko61/UsbEAm-LAN-Party-Server.git
  1. 启动(后台运行)
cd UsbEAm-LAN-Party-Server/linux
sudo -b sh run.sh

方式二:使用Docker启动

  1. 安装Docker,Ubuntu系统可以使用下面的命令安装
sudo apt update && sudo apt install -y docker.io
  1. 启动容器
sudo docker run -d --restart=always \
--cap-add=NET_ADMIN \
-v ./lan-party:/lan-party/data \
-p 3075:3075/tcp -p 3074:3074/udp \
--name=lan-party \
nouko61/usbeam-lan-party

方式三:使用Docker Compose

  1. 安装Docker Compose,Ubuntu系统可以使用下面的命令安装
sudo apt update && sudo apt install -y docker-compose wget
  1. 获取compose文件
wget https://gitee.com/nouko61/UsbEAm-LAN-Party-Server/raw/master/docker-compose.yml
  1. 启动
sudo docker-compose up -d
MIT License Copyright (c) 2021 Nouko61 Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

简介

UsbEAm LAN Party 服务端 展开 收起
Shell 等 2 种语言
MIT
取消

发行版 (1)

全部

贡献者

全部

近期动态

加载更多
不能加载更多了
Shell
1
https://gitee.com/nouko61/UsbEAm-LAN-Party-Server.git
git@gitee.com:nouko61/UsbEAm-LAN-Party-Server.git
nouko61
UsbEAm-LAN-Party-Server
UsbEAm-LAN-Party-Server
master

搜索帮助