Folsec Windows Interface Installation Click here to watch.

The FolSec installation file folsec.com download from it.

1. Which you have downloaded .extract the setup file from the rar file.

2. Which you removed to the desktop .right-click on the exe file and run it as an administrator.

 

3.Select the Create a desktop shortcut tick and click the Next button.

4.Click on the Install button

5.Click on the Finish button


6.Click the FolSec button at the top left of the FolSec Service Configurator screen.


7.Click on the Install or Update FolSec button.



8.If we are going to do an online installation, if we are going to install the packages from outside via the internet, we click on the Install button marked with the online tick, but if we are going to do an offline installation, if we remove the online tick and folsec.com the offline installation file that we downloaded from it "... by clicking on the " button, we select the path and click on the Install button.


9.We are entering the password of our service account.


10.Our installation process has been completed successfully.


11.Let's check that the Task Schedulers are working.

12.https://localhost:8001 write and check whether the permission service is standing.

13.https://localhost:8002 write and check whether the audit service is standing.


Folsec Linux Installation Click here to watch.

Contact us for the FolSec installation file.

1. The VFolSec installation file folsec.com download from it.

2. Click on the Create / Regaister VM button from the Vmvare screen.

3. Click Next from the opened window.

4. From the Name section, we give a name to our server and select Linux from the Guest OS family section and Ubuntu Linux (64 bit) from the Guest OS version section.

5.FolSec linux sunucumuzu hangi datastore da oluşturacaksak seçip Next butonuna tıklanır.


6.The Minimum System Requirements should be 8 Core CPU, 24GB RAM, 500GB Hard Disk.

7.To select our CD, we select the datastore ISO file.


8.We say Next and continue.

9.We click on the Finish button.

10.We select our linux server that we have created and click on the play button.

11.While auto install is on FolSec Server, we are pressing enter.

12.We are entering our default username: folsec.

13.Entering our default password folsec2023-

14.We do the steps that appear in the red field respectively, we write "sudo su" first.

15.We are typing folsec2023- into the password section.

16.we are writing ”cd /folsec".

17."bash run_folsec.sh ” we are writing.

18.We enter folsec from the browser and enter an empty ip address that we will do.

19.We are writing our Subnet Mask.

20.We are writing our Gateway.

21.Write the dns address


22.We write the ens? number specified above


23.Your packages have been downloaded let's write the ip we have determined from the browser.

24.The login screen.

25. Click on the Register License Key button.

26. Write your license key

27. Log in with username and password admin

28. Enter the IP address of the Linux machine and the IP information of the Windows service machine as shown in the picture.

29. Click on the Create Domain Controller button.

30. Enter your domain information.

31. Click the Create File Server button.

32. Enter the information of the file server you want to add.



Additional Information
FolSec Linux Disk Enlargement

The disk size of the linux machine on VMware is increased.

“reboot” The machine is restarted with the command.

“cfdisk” command is typed.

“dev/sda3” Click the Resize button.

The new dimension appears and click enter.

You will see the Write option.

“yes” Written.

Hit the Quit button and log out.

On a Linux machine, go to “cd /folsec/bin”

“bash extend_disk_space.sh” The command is executed.



Changing rope

“cd /folse/bin” Written.

“bash ip_setup.sh” Written.


DNS Change Command

sudo nano /etc/resolv.conf

# nameserver 8.8.8.8

# nameserver 8.8.4.4

sudo systemctl restart systemd-resolved

 
Linux Machine Name Change Command

sudo hostnamectl set-hostname yeni-isim

sudo nano /etc/hosts

# 127.0.0.1 localhost yeni-isim

 

 

 

Docker Update Command

“docker compose down”  Closes services.

“docker compose pull backend” backend update command.

“docker compose pull client” client update command.

“docker compose up --build -d” Command to uninstall services.

“docker logs folsec-backend -f” If the control command says Application Start up, you can leave the command line and switch to the interface by doing ctrl + z within 15 – 20 seconds.

 
Disk Size Learning Command

“df -h”

 
Command to Learn RAM Usage

“free -m”

 

IP Address Learning Command

hostname -I