设置Web界面
config下的ASF.json需要配置ASF-ui的密码,也就是IPCPassword,不然进ui会提示密码未设置。
设置为服务
创建服务之前,先运行.sh脚本输入steam验证码,然后对ArchiSteamFarm@.service文件,使用
ln -s /home/用户名/ArchiSteamFarmArchiSteamFarm@.service /etc/systemd/system/ArchiSteamFarm@.service创建链接,需要使用systemctl start ArchiSteamFarm@你的用户名运行,
使用systemctl enable ArchiSteamFarm@你的用户名设置开机自启动服务。
设置非本机可访问webui
默认只能本机访问webui,外部机器访问需要在IPC.config设置(后缀config不是json!):
{
"Kestrel": {
"Endpoints": {
"HTTP": {
"Url": "http://*:你的端口号"
}
}
}
}https://github.com/JustArchiNET/ArchiSteamFarm/wiki/Management
此处评论已关闭