LoginSignup
0
1

More than 3 years have passed since last update.

MacからvncでRaspberrypiを操作する

Posted at

Raspberrpi側でvncサーバを起動

起動の際に接続時のパスワードを求められるので設定する

$ sudo apt-get install tightvncserver -y
$ sudo tightvncserver
You will require a password to access your desktops.

Password: 
Verify:   
New 'X' desktop is raspberrypi:1

Mac側のVNCクライアントからvncサーバへアクセス

(例)ラズベリーパイ
IPアドレス:192.168.1.100
vncサーバのパスワード:(vncサーバ起動時に設定したパスワード)

Macの場合はFinder→移動からvncサーバに接続できる

スクリーンショット 2020-05-10 23.47.55.png
スクリーンショット 2020-05-10 23.48.24.png

Raspberrypiに接続できた
スクリーンショット 2020-05-10 23.58.04.png

備考

ssh -x で接続する方法が分からなかったのでどなたか教えて下さい。

参考

macしかない状況でRaspberry Piに接続してみた

0
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
1