d.建立一个脚本更新服务器
输入以下进入编辑器模式
「nano update_starbound.sh」
更改!并复制以下内容到PuTTy中
「#!/bin/bash ./steamcmd.sh +login 你的Steam用户名 你的密码 +force_install_dir ./starbound +app_update 211820 +quit」

然后按Ctrl+O键,问你是不是更新这个文件,回车就可以了,然后按Ctrl+X退出
继续输入
「chmod 700 update_starbound.sh」
「./update_starbound.sh」
如果这步执行成功,应该是显示

e.运行服务器
如果你是32位的,执行这个
「cd starbound/linux32 ./starbound_server」
如果你是64位的,执行这个
「cd starbound/linux64 ./starbound_server」
执行后服务器就开始加载了

内容大概就是这样。
然后打开你的StarBound选择MultiplePlay输入IP地址就可以了