First of all you should be happy that you received your FreeBSD dedicated box.
Change passwords forĀ ssh admin login user, and root user, you can use command passwd.
Add more login users if you like.
It’s recomended to change the default ssh port 22 to something else to protect from spam.
Download and extract Ports Collection using commands:
- #portsnap fetch
- #portsnap extract
If Ports Collection already installed you can update it using :
- #portsnap update
Update locate database lookup file to make it easy find and search files using command:
- #/usr/libexec/locate.updated.
Start setup other software you need.
you cane use locate to find it for example search and install apache web server:
#locate apache
#cd /usr/ports/www/apache22
#make install