Changes

Jump to navigation Jump to search
no edit summary
Line 1: Line 1: −
use ssh to remotely access the console (terminal) of the Zynthian.
+
Use '''ssh''' to remotely access the console (terminal) of the Zynthian from another computer. Use the  '''ssh''' command in Mac Terminal or use the freely downloadable '''PuTTY''' software for Windows. You need to know the IP address of the Zynthian on your local network to use ssh. See [[Finding your IP address]] for help on this.
 
=SSH/SFTP access:=
 
=SSH/SFTP access:=
   Line 36: Line 36:     
Running zynthian from the console (terminal) allows you to view the logging/debug messages, which is necessary for debugging (posting these to the forum will enable experts to help you.)
 
Running zynthian from the console (terminal) allows you to view the logging/debug messages, which is necessary for debugging (posting these to the forum will enable experts to help you.)
 +
=Viewing the Zynthian graphics display on a computer=
 +
If you are using Linux on your PC (or MacOSX with a X window server installed), you can login into your Zynthian box with '''ssh''' using the “-Y” flag:
 +
 +
ssh -Y root@zynthian.local
 +
 +
this will allow you to run graphic applications in your Zynthian, while displaying the graphics window on your PC/laptop.
 +
=Debugging MIDI=
 +
You can use commands to see what's going on with MIDI I/O
 +
[[Debugging MIDI]]
    
=More detailed info=
 
=More detailed info=
    
More info on this page [[Accessing_Zynthian_from_your_computer]]
 
More info on this page [[Accessing_Zynthian_from_your_computer]]
393

edits

Navigation menu