...
- Create a user account for PowerFolder in the web interface of the server, if not already done.
- Follow Step 1 & 2 from our Installing on Linux Guide. Tough we are not installing a server, the first two steps are the same for installing a client.
- Create a sub-directory called
/powerfolder
in the home directory of the dedicated user for PowerFolder. - Download and extract the latest PowerFolder Linux .jar and
PowerFolder-Client.sh
file tar.gz package file into the directory created in the step before. Create a
PowerFolder.config
file in the same directory with the contents below:Code Block language java title PowerFolder.config config.url=http://powerfolder.example.com:8080 nick= server.connect.username=username server.connect.password=password
Replace the value for
config.url
with the URL of the PowerFolder Server web interface.
Replace the value forserver.connect.username
andserver.connect.password
with the username and password created in the first step.
Replace the value fornick
with a name under which the device should appear in the web interface.Change file permissions for the
PowerFolder-Client.sh
file:Code Block language bash chmod +x PowerFolder-Client.sh
Execute the
PowerFolder.sh
file:Code Block language bash ./PowerFolder-Client.sh start
...