<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.1701technology.com/index.php?action=history&amp;feed=atom&amp;title=CrashPlan_Linux_Headless</id>
	<title>CrashPlan Linux Headless - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.1701technology.com/index.php?action=history&amp;feed=atom&amp;title=CrashPlan_Linux_Headless"/>
	<link rel="alternate" type="text/html" href="https://wiki.1701technology.com/index.php?title=CrashPlan_Linux_Headless&amp;action=history"/>
	<updated>2026-05-06T14:11:46Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.34.1</generator>
	<entry>
		<id>https://wiki.1701technology.com/index.php?title=CrashPlan_Linux_Headless&amp;diff=32&amp;oldid=prev</id>
		<title>Michael.mast: Created page with &quot;==CentOS 7== ===Server=== *Download and install CrashPlan on both the server and the client. *On the server, using the defaults during installation, find the key that allows t...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.1701technology.com/index.php?title=CrashPlan_Linux_Headless&amp;diff=32&amp;oldid=prev"/>
		<updated>2016-04-10T15:13:18Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;==CentOS 7== ===Server=== *Download and install CrashPlan on both the server and the client. *On the server, using the defaults during installation, find the key that allows t...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;==CentOS 7==&lt;br /&gt;
===Server===&lt;br /&gt;
*Download and install CrashPlan on both the server and the client.&lt;br /&gt;
*On the server, using the defaults during installation, find the key that allows the ui to interface with the service.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
[root@nas crashplan-install]# nano /var/lib/crashplan/.ui_info&lt;br /&gt;
4243,xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx,0.0.0.0&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
*If needed, search the root directory for the file if you didn't use defaults&lt;br /&gt;
 [root@nas crashplan-install]# find / -name .ui_info&lt;br /&gt;
*Copy the string of characters between the port number and IP address.&lt;br /&gt;
*Now tell the crashplan service to listen for for any IP (0.0.0.0.0 less secure) or specific IPs (more secure) under the serviceHost option.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
[root@nas crashplan-install]# nano /usr/local/crashplan/conf/my.service.xml&lt;br /&gt;
....&lt;br /&gt;
&amp;lt;serviceUIConfig&amp;gt;&lt;br /&gt;
    &amp;lt;serviceHost&amp;gt;0.0.0.0&amp;lt;/serviceHost&amp;gt;&lt;br /&gt;
    &amp;lt;servicePort&amp;gt;4243&amp;lt;/servicePort&amp;gt;&lt;br /&gt;
....&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
*Tell firewalld to allow this port&lt;br /&gt;
 [root@nas crashplan-install]# firewall-cmd --permanent --add-port=4243/tcp&lt;br /&gt;
 [root@nas crashplan-install]# firewall-cmd --reload&lt;br /&gt;
*Restart the crashplan service&lt;br /&gt;
 [root@nas crashplan-install]#  /usr/local/crashplan/bin/CrashPlanEngine restart&lt;br /&gt;
&lt;br /&gt;
===Client===&lt;br /&gt;
*I installed the client as non-root, so all files are located in my home directory.&lt;br /&gt;
*Backup the .ui_info file&lt;br /&gt;
 michael@Michael-Home ~ $ cp /home/michael/.crashplan/.ui_info /home/michael/.crashplan/.ui_info.bak&lt;br /&gt;
*Now edit the file to remove the existing key and IP address to reflect the key and IP of the server we want to control&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
michael@Michael-Home ~ $ nano /home/michael/.crashplan/.ui_info&lt;br /&gt;
4243,xxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx,192.168.xxx.xxxx&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
At this point we can start the crashplan desktop app.&lt;br /&gt;
 michael@Michael-Home ~ $ crashplan/bin/CrashPlanDesktop &lt;br /&gt;
If all goes well you should now be prompted for your username and password. Configure as needed and your good to go!&lt;/div&gt;</summary>
		<author><name>Michael.mast</name></author>
		
	</entry>
</feed>