You can connect to the server via the online web dashboard by selecting "Launch LISH Console" from the three-dot menu on the right.
Or by using the ssh client on your device:
"ssh root@public-ip"
Only public IP addresses can be used to connect to the database and backend server.
P.S. It is best to connect to the frontend public IP server first, then ssh to the database or backend server using a private IP (backend: 192.168.147.75) (database: 192.168.147.232).
Example of connecting to the backend server from the frontend server and going to the backend production source folder
Install the following:
Git
Node + npm (better to use node version manager [nvm])
editor (VS Code
Login to github... ask Ric or the team for repository access.
Backend: https://github.com/svnts-projects/new-era-be
Go back to the terminal and clone the project.
git clone git@github.com:svnts-projects/new-era-be.git
or
git clone https://github.com/svnts-projects/new-era-be.git
Change directory to the project and checkout to another branch as needed.
cd new-era-be
git checkout develop