Opensource Social Network (OSSN) on Ubuntu 18.04 allows you to host your own private social networking site.
This is a quick deployment and ready-to-run image.
Simple and rapid installation. Easy to maintain.
Configuration and Connection to Opensource Social Network (OSSN) on Ubuntu 18.04
- To connect to a VM, you need the PuTTy application to connect via ssh. You can download it at the following link – Download.
- Run Putty, enter the VM address in the “Host” field, and click “Open” to connect.

- In the opened console you should enter a username and password that were specified while creating the virtual machine.
- After starting the VM, you must specify its address in the server settings. To do this, enter the following command.
> sudo nano /var/www/html/ossn/configurations/ossn.config.site.php
- Find the line S$Ossn->url = ‘http://40.121.150.226/‘.

- Replace IP address 40.121.150.226 with the current IP address of the VM. In order to go to the desired line, use the arrows on the keyboard. To paste the copied text, use the right mouse button.
- Press Ctrl + X on the keyboard to exit the file. Then, you will be asked to save the changes to the file – press Y on the keyboard to confirm, and Enter to overwrite to the same file.
- Now you can go to the main page of the site at the following address http://*vm_ip*.

- To log in using the administrator account, click the <Login> button.
- Enter login: admin and password: adminpwd for authorization.

- First of all, it is recommended to change the password for the administrator account. To do this, go to the profile settings by clicking on <Edit Profile> in the upper left corner.

- Enter the new password in the “Password” field and click “Update”.
