# 安裝簡易桌面

```
sudo apt install xorg openbox
```

## ssh 遠端啟動桌面：出現Only console users are allowed to run the X server錯誤

```
修改
sudo vi /etc/X11/Xwrapper.config
#allowed_users=console
allowed_users=anybody
```

## 啟動遠端的桌面環境，並啟動軟體

```
startx &
xeyes &
lxterminal &
```

<div align="left"><img src="https://529150212-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-Lh81JtaIQ84bwQqz_Wh%2F-LzRQHBy-XN4yjlX7iaJ%2F-LzRQPlTgX9qAh7sG1W7%2Fimage.png?alt=media&#x26;token=7249d2e3-a3ef-4e5d-b8f6-fdcb07809a29" alt=""></div>
