From the Documentation. Notes added in parenthesis by me.
Linux Terminal Window
myServer includes the mean to open a webpage from any connected browser and to open a terminal window where you can interact with the operating system. To use: go to Dashboard, click on Utilities, and then click on Terminal Window. (SHOULD BE UPDATED TO SAY Linux Terminal) A browser will appear. You can right click and change the color of the font. Remember, the user ID is "allonis" and the password for myServer OS is also "allonis". With great power comes great responsibility. Note that you are interacting directly with the operating system so you shouldn't issue commands that you aren't familiar with their result.
If you are not using the latest master image then:
In a terminal window: (NOTE: I installed PuTTY on the PC where myDesigner is installed to open a remote terminal window.)
// ShellInABox
sudo apt install openssl shellinabox
sudo nano /etc/default/shellinabox
Change SHELLINABOX_ARGS="--no-beep --disable-ssl"
sudo systemctl restart shellinabox
Note that the myServer controller OS user name is "allonis" and password is also "allonis".If you want to enable SSH or VNC, from the terminal type raspi-config. Under interfaces, select and enable SSH and VNC.
Last edit: 1 year 11 months ago by
cjisble.
Please Log in or Create an account to join the conversation.