🇨🇳
R2Northstar Wiki
Chinese
Chinese
  • 欢迎来到Northstar
  • 加入我们
  • 安装Northstar
    • 基础教程
    • 故障处理
  • Northstar用户手册
    • Mods(模组)
    • 服务器列表
    • 直连服务器
    • 游戏模式
    • 控制台指令
    • 启动参数
    • 在Linux上游玩
  • 常见问题解答
  • 使用 Northstar托管服务器
    • 前期准备
    • 托管私人比赛服务器
    • 托管独立的服务器端
      • 实践经验
      • 在Linux上托管服务器
    • 故障处理
    • 视频教程
  • 修改与开发教程
    • 开始修改
      • 基础修改
      • 教程
      • 参考列表
      • Squirrel(松鼠)脚本
        • 线程处理
        • 基础代码块
        • Respawn(重生)创建的函数
        • 表和数组
        • 回调函数
        • 游戏模式修改
          • 开始修改
        • 自定义设置
          • 关于mod.json文件
          • 关于本地化语言文件
          • 关于Mod(模组)文件
      • 设置语法高光
      • 本地化翻译
      • 收尾工作
    • 开发者
  • 其他
    • 特别感谢
由 GitBook 提供支持
在本页
  • Hosting on Linux
  • Headless Servers
  • Using Docker
  • Without using Docker
  1. 使用 Northstar托管服务器
  2. 托管独立的服务器端

在Linux上托管服务器

上一页实践经验下一页故障处理

最后更新于3年前

Hosting on Linux

Hosting on Linux is still WIP.

contains some instructions to succesfully host a dedicated server on Linux.

Linux users can launch the server executable using Wine.

As servers currently needs DirectX 11 capabilities, a dedicated hosted on linux will need a graphics card and a working X11 environment to work.

If one of those two conditions are not met, you'll want to know how to host a

Headless Servers

Using Docker

Two docker images are currently available

  • : Advanced image with server management tools and better performance

  • : Basic image without management tools

Those two docker images are using XVFB internally, an headless fork on Xorg.

Without using Docker

Hosting on a headless linux server without docker on Linux is not reccomended, as you'll be forced to build packages yourself.

You can find instruction on pg9182's repository

pg9182/northstar_dedicatd#running-with-wine
This issue thread on Github
pg9182/northstar_dedicated
legonzaur/northstar-server-headless
Headless Server