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

相关推荐
iRayCheung2 分钟前
virtualbox安装的ubuntu系统跑numpy报错
linux·ubuntu·numpy
Dlrb12116 分钟前
Linux系统编程-信号量(线程同步机制)
linux·条件变量·互斥锁·信号量·线程同步
cui_ruicheng8 分钟前
MySQL(三):库操作与表操作
数据库·mysql·oracle
闪电悠米10 分钟前
黑马点评-Redis 消息队列-02_list_pubsub_limits
java·数据库·ide·redis·缓存·list·intellij-idea
无限进步_10 分钟前
Linux进程等待——wait、waitpid与僵尸进程
linux·运维·服务器·开发语言
suoyue_zhan15 分钟前
SQL经典案例之数据库的CTE递归循环使用
数据库·sql
2401_8346369915 分钟前
Linux集群技术-高可用与负载均衡实战解析
linux·运维·负载均衡
Sammyyyyy16 分钟前
2026 Mac 本地大模型部署深度解析与混合架构指南
数据库·人工智能·macos·ai·架构·servbay
吠品17 分钟前
处理 Python 类继承中那些变来变去的初始化参数
linux·前端·python
zhangjw3421 分钟前
MySQL数据库零基础入门,数据库原理、SQL详解、库表操作、字段约束、基础查询全覆盖
数据库·sql·mysql