n1 armbian 安装桌面环境并启用xrdp远程登录

armbian-config

armbian-software

201

frpc

root@armbian:~# armbian-software

STEPS Start selecting software Current system: ubuntu/noble ...

───────────────────────────────────────────────────────────────────

ID NAME STATE MANAGE

───────────────────────────────────────────────────────────────────

101 Docker installed update/remove

102 Portainer not-installed install

103 Yacht not-installed install

104 Transmission not-installed install

105 qBittorrent not-installed install

106 NextCloud not-installed install

107 Jellyfin not-installed install

108 HomeAssistant not-installed install

109 Kodbox not-installed install

110 CouchPotato not-installed install

111 Sonarr not-installed install

112 Radarr not-installed install

113 Syncthing not-installed install

114 FileBrowser not-installed install

115 Heimdall not-installed install

116 Node-RED not-installed install

117 Mosquitto not-installed install

118 OpenWrt installed update/remove

119 Netdata not-installed install

120 XunLei not-installed install

121 Docker-Headless not-installed install

122 Navidrome not-installed install

123 Alist not-installed install

124 QingLong not-installed install

125 ChatGPT-Next-Web not-installed install

───────────────────────────────────────────────────────────────────

ID NAME STATE MANAGE

───────────────────────────────────────────────────────────────────

201 Desktop installed update/remove

202 Firefox not-installed install

203 VLC not-installed install

204 MPV not-installed install

205 GIMP not-installed install

206 Krita not-installed install

207 LibreOffice not-installed install

208 Shotcut not-installed install

209 Kdenlive not-installed install

210 Thunderbird not-installed install

211 Evolution not-installed install

212 Gwenview not-installed install

213 Eog not-installed install

214 VisualStudioCode not-installed install

215 Gedit not-installed install

216 Flameshot not-installed install

───────────────────────────────────────────────────────────────────

ID NAME STATE MANAGE

───────────────────────────────────────────────────────────────────

301 Frps not-installed install

302 Frpc not-installed install

303 NPS not-installed install

304 NPC not-installed install

305 Plex not-installed install

306 Emby-Server installed update/remove

307 KVM not-installed install

309 CasaOS installed update/remove

310 ArozOS not-installed install

───────────────────────────────────────────────────────────────────

OPTIONS Please Input Software ID:

201

vim /etc/frp/frpc.ini

common

server_addr = 111.222.333.444 # 服务端公网IP

server_port = 60000 # 服务端端口

token = "1" # 认证令牌(与服务端一致)

ssh

type = tcp

local_ip = 127.0.0.1 # 本地服务IP

local_port = 22 # 本地SSH端口

remote_port = 6000 # 公网暴露端口
sudo apt install xrdp -y

sudo sed -i 's/^exec/#exec/' /etc/xrdp/startwm.sh

echo "xfce4-session" >> /etc/xrdp/startwm.sh

相关推荐
jiayou6434 分钟前
KingbaseES 表级与列级加密完全指南
数据库·后端
XIAOHEZIcode5 小时前
Ubuntu 终端美化全栈指南:Bash 到 Kitty 踩坑实录
linux·ubuntu·命令行
唐青枫7 小时前
别再只会用 cron:Linux systemd Timer 定时任务实战详解
linux
GBASE20 小时前
G术时刻 |GBase 8s数据库事务并发控制之封锁技术介绍(下)
数据库
xiezhr1 天前
逛GitHub发现了一款免费的带AI功能的数据库管理工具
数据库·ai编程·dba
AlfredZhao2 天前
生产环境里,为什么不建议把普通端口直接暴露到公网?
linux·https·443·80
吃糖的小孩2 天前
给 QQ AI 机器人设计“可控记忆”:会话摘要、手动长期记忆与角色卡边界
数据库
笃行3503 天前
金仓数据库数据安全双防线:静态存储加密与传输加密实战
数据库
笃行3503 天前
金仓数据库物理备份实战:sys_rman 全流程演练与误覆盖抢救
数据库
笃行3503 天前
金仓数据库逻辑备份实战:从全库导出到 Schema 替换的完整闭环
数据库