<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://en-wiki.ikoula.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Ttomaszewski7090c</id>
	<title>EN Ikoula wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://en-wiki.ikoula.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Ttomaszewski7090c"/>
	<link rel="alternate" type="text/html" href="https://en-wiki.ikoula.com/en/Special:Contributions/Ttomaszewski7090c"/>
	<updated>2026-04-11T05:12:32Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.35.3</generator>
	<entry>
		<id>https://en-wiki.ikoula.com/index.php?title=Dump_my_MSSQL_database_from_my_WebHosting&amp;diff=12923</id>
		<title>Dump my MSSQL database from my WebHosting</title>
		<link rel="alternate" type="text/html" href="https://en-wiki.ikoula.com/index.php?title=Dump_my_MSSQL_database_from_my_WebHosting&amp;diff=12923"/>
		<updated>2024-01-04T14:11:26Z</updated>

		<summary type="html">&lt;p&gt;Ttomaszewski7090c: Ttomaszewski7090c moved page Upgrading the MSSQL version for my WabHosting to Dump my MSSQL database from my WebHosting without leaving a redirect&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Introduction== &amp;lt;!--T:1--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Let's take a look at how to change your MSSQL version.&lt;br /&gt;
&lt;br /&gt;
To do this, log on to your Plesk interface: https://en-wiki.ikoula.com/en/Access_to_the_management_interface_(Plesk)_of_my_hosting&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Procedure== &amp;lt;!--T:2--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
First, you need to make a backup of your database.&lt;br /&gt;
&lt;br /&gt;
[[File:ExportHEB.png]]&lt;br /&gt;
&lt;br /&gt;
 /!\ Check that your backup has been successful /!\&lt;br /&gt;
&lt;br /&gt;
Next, delete the existing database&lt;br /&gt;
&lt;br /&gt;
[[File:Supprimer.png]]&lt;br /&gt;
&lt;br /&gt;
Now create the database in the new version you want: &lt;br /&gt;
&lt;br /&gt;
[[File:Créer.png]]&lt;br /&gt;
&lt;br /&gt;
Finally, you can import your backup.&lt;br /&gt;
&lt;br /&gt;
[[File:ImportHEB.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Conclusion== &amp;lt;!--T:3--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This new version may bring changes to certain functions, so be sure to test your new installation.&lt;/div&gt;</summary>
		<author><name>Ttomaszewski7090c</name></author>
	</entry>
	<entry>
		<id>https://en-wiki.ikoula.com/index.php?title=How_to_install_an_IPv4_address_on_my_Raspian&amp;diff=10351</id>
		<title>How to install an IPv4 address on my Raspian</title>
		<link rel="alternate" type="text/html" href="https://en-wiki.ikoula.com/index.php?title=How_to_install_an_IPv4_address_on_my_Raspian&amp;diff=10351"/>
		<updated>2020-03-27T10:59:36Z</updated>

		<summary type="html">&lt;p&gt;Ttomaszewski7090c: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#seo:&lt;br /&gt;
|title=Your page title&lt;br /&gt;
|title_mode=append&lt;br /&gt;
|keywords=these,are,your,keywords&lt;br /&gt;
|description=How to install an IPv4 address on my Raspian&lt;br /&gt;
|image=Uploaded_file.png&lt;br /&gt;
|image_alt=Wiki Logo&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
'''Problem:'''&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I have ordered an additional IPv4 address for my Raspberry Pi, however I can not reach it after delivery.&lt;br /&gt;
&lt;br /&gt;
'''Solution:'''&amp;lt;br /&amp;gt;&lt;br /&gt;
It is a normal behaviour, IKOULA provides you an additional IPv4 address, but does not configure it on your server:&lt;br /&gt;
*You have to connect via IPv6 : https://en-wiki.ikoula.com/en/Connect_to_a_server_in_IPv6_via_Putty&lt;br /&gt;
*Edit the network configuration file and and add this block (to modify with your IP, including the gateway line)&lt;br /&gt;
&lt;br /&gt;
 '''nano /etc/network/interfaces'''&lt;br /&gt;
&lt;br /&gt;
 auto eth0:1&lt;br /&gt;
 iface eth0:1 inet static&lt;br /&gt;
 address 178.170.Y.X&lt;br /&gt;
 netmask 24&lt;br /&gt;
 gateway 178.170.Y.1&lt;br /&gt;
 dns-nameservers 213.246.33.144&lt;br /&gt;
&lt;br /&gt;
*Reboot the network service&lt;br /&gt;
&lt;br /&gt;
 '''systemctl restart networking.service'''&lt;br /&gt;
&lt;br /&gt;
*Check the IP statue by executing:&lt;br /&gt;
&lt;br /&gt;
 '''ip addr show'''&lt;br /&gt;
&lt;br /&gt;
*You should see:&lt;br /&gt;
&lt;br /&gt;
 eth0: &amp;lt;BROADCAST,MULTICAST,UP,LOWER_UP&amp;gt; mtu 1500 qdisc mq state UP group default qlen 1000&lt;br /&gt;
    link/ether dc:a6:32:5e:b8:f3 brd ff:ff:ff:ff:ff:ff&lt;br /&gt;
    '''''inet 178.170.10.14/24''''' brd 178.170.10.255 scope global eth0:1&lt;br /&gt;
    '''''inet6 2a00:c70:130:1::110/64''''' scope global&lt;br /&gt;
       valid_lft forever preferred_lft forever&lt;br /&gt;
&lt;br /&gt;
*You are now able to connect to your server via IPv4&lt;br /&gt;
&lt;br /&gt;
'''/!\ There may be an error message indicating that the Eth0 interface is not created, because it has not fully restarted. After rebooting, this message should be gone. /!\'''&lt;br /&gt;
&lt;br /&gt;
[[Category:Dedicated server]]&lt;br /&gt;
[[Category:Microserver]]&lt;/div&gt;</summary>
		<author><name>Ttomaszewski7090c</name></author>
	</entry>
	<entry>
		<id>https://en-wiki.ikoula.com/index.php?title=Connect_to_a_server_in_IPv6_via_Putty&amp;diff=10350</id>
		<title>Connect to a server in IPv6 via Putty</title>
		<link rel="alternate" type="text/html" href="https://en-wiki.ikoula.com/index.php?title=Connect_to_a_server_in_IPv6_via_Putty&amp;diff=10350"/>
		<updated>2020-03-27T10:59:22Z</updated>

		<summary type="html">&lt;p&gt;Ttomaszewski7090c: Created page with &amp;quot;'''Problem:'''  When you want to connect via SSH, you have the following error:&amp;lt;br&amp;gt; File:Putty-ipv6-02.png  '''Solution:'''&amp;lt;br&amp;gt;  The solution is simple, you just have to w...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Problem:'''&lt;br /&gt;
&lt;br /&gt;
When you want to connect via SSH, you have the following error:&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:Putty-ipv6-02.png]]&lt;br /&gt;
&lt;br /&gt;
'''Solution:'''&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The solution is simple, you just have to write the IP (v6) in square brackets like this:&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:Putty-ipv6-01.png]]&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
you are now able to connect to your server.&lt;/div&gt;</summary>
		<author><name>Ttomaszewski7090c</name></author>
	</entry>
	<entry>
		<id>https://en-wiki.ikoula.com/index.php?title=File:Putty-ipv6-01.png&amp;diff=10349</id>
		<title>File:Putty-ipv6-01.png</title>
		<link rel="alternate" type="text/html" href="https://en-wiki.ikoula.com/index.php?title=File:Putty-ipv6-01.png&amp;diff=10349"/>
		<updated>2020-03-27T10:58:18Z</updated>

		<summary type="html">&lt;p&gt;Ttomaszewski7090c: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Ttomaszewski7090c</name></author>
	</entry>
	<entry>
		<id>https://en-wiki.ikoula.com/index.php?title=File:Putty-ipv6-02.png&amp;diff=10348</id>
		<title>File:Putty-ipv6-02.png</title>
		<link rel="alternate" type="text/html" href="https://en-wiki.ikoula.com/index.php?title=File:Putty-ipv6-02.png&amp;diff=10348"/>
		<updated>2020-03-27T10:56:58Z</updated>

		<summary type="html">&lt;p&gt;Ttomaszewski7090c: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Ttomaszewski7090c</name></author>
	</entry>
	<entry>
		<id>https://en-wiki.ikoula.com/index.php?title=How_to_install_an_IPv4_address_on_my_Raspian&amp;diff=10347</id>
		<title>How to install an IPv4 address on my Raspian</title>
		<link rel="alternate" type="text/html" href="https://en-wiki.ikoula.com/index.php?title=How_to_install_an_IPv4_address_on_my_Raspian&amp;diff=10347"/>
		<updated>2020-03-27T10:23:21Z</updated>

		<summary type="html">&lt;p&gt;Ttomaszewski7090c: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#seo:&lt;br /&gt;
|title=Your page title&lt;br /&gt;
|title_mode=append&lt;br /&gt;
|keywords=these,are,your,keywords&lt;br /&gt;
|description=How to install an IPv4 address on my Raspian&lt;br /&gt;
|image=Uploaded_file.png&lt;br /&gt;
|image_alt=Wiki Logo&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
'''Problem:'''&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I have ordered an additional IPv4 address for my Raspberry Pi, however I can not reach it after delivery.&lt;br /&gt;
&lt;br /&gt;
'''Solution:'''&amp;lt;br /&amp;gt;&lt;br /&gt;
It is a normal behaviour, IKOULA provides you an additional IPv4 address, but does not configure it on your server:&lt;br /&gt;
*You have to connect via IPv6 : https://fr-wiki.ikoula.com/fr/Se_connecter_%C3%A0_un_serveur_en_IPv6_via_Putty&lt;br /&gt;
*Edit the network configuration file and and add this block (to modify with your IP, including the gateway line)&lt;br /&gt;
&lt;br /&gt;
 '''nano /etc/network/interfaces'''&lt;br /&gt;
&lt;br /&gt;
 auto eth0:1&lt;br /&gt;
 iface eth0:1 inet static&lt;br /&gt;
 address 178.170.Y.X&lt;br /&gt;
 netmask 24&lt;br /&gt;
 gateway 178.170.Y.1&lt;br /&gt;
 dns-nameservers 213.246.33.144&lt;br /&gt;
&lt;br /&gt;
*Reboot the network service&lt;br /&gt;
&lt;br /&gt;
 '''systemctl restart networking.service'''&lt;br /&gt;
&lt;br /&gt;
*Check the IP statue by executing:&lt;br /&gt;
&lt;br /&gt;
 '''ip addr show'''&lt;br /&gt;
&lt;br /&gt;
*You should see:&lt;br /&gt;
&lt;br /&gt;
 eth0: &amp;lt;BROADCAST,MULTICAST,UP,LOWER_UP&amp;gt; mtu 1500 qdisc mq state UP group default qlen 1000&lt;br /&gt;
    link/ether dc:a6:32:5e:b8:f3 brd ff:ff:ff:ff:ff:ff&lt;br /&gt;
    '''''inet 178.170.10.14/24''''' brd 178.170.10.255 scope global eth0:1&lt;br /&gt;
    '''''inet6 2a00:c70:130:1::110/64''''' scope global&lt;br /&gt;
       valid_lft forever preferred_lft forever&lt;br /&gt;
&lt;br /&gt;
*You are now able to connect to your server via IPv4&lt;br /&gt;
&lt;br /&gt;
'''/!\ There may be an error message indicating that the Eth0 interface is not created, because it has not fully restarted. After rebooting, this message should be gone. /!\'''&lt;/div&gt;</summary>
		<author><name>Ttomaszewski7090c</name></author>
	</entry>
	<entry>
		<id>https://en-wiki.ikoula.com/index.php?title=How_to_install_an_IPv4_address_on_my_Raspian&amp;diff=10346</id>
		<title>How to install an IPv4 address on my Raspian</title>
		<link rel="alternate" type="text/html" href="https://en-wiki.ikoula.com/index.php?title=How_to_install_an_IPv4_address_on_my_Raspian&amp;diff=10346"/>
		<updated>2020-03-27T10:22:14Z</updated>

		<summary type="html">&lt;p&gt;Ttomaszewski7090c: Created page with &amp;quot;{{#seo: |title=Your page title |title_mode=append |keywords=these,are,your,keywords |description=How to install an IPv4 address on my Raspian |image=Uploaded_file.png |image_a...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#seo:&lt;br /&gt;
|title=Your page title&lt;br /&gt;
|title_mode=append&lt;br /&gt;
|keywords=these,are,your,keywords&lt;br /&gt;
|description=How to install an IPv4 address on my Raspian&lt;br /&gt;
|image=Uploaded_file.png&lt;br /&gt;
|image_alt=Wiki Logo&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
'''Problem:'''&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I have ordered an additional IPv4 address for my Raspberry Pi, however I can not reach it after delivery.&lt;br /&gt;
&lt;br /&gt;
'''Solution:'''&amp;lt;br /&amp;gt;&lt;br /&gt;
It is a normal behaviour, IKOULA provides you an additional IPv4 address, but does not configure it on your server:&lt;br /&gt;
*You have to connect via IPv6 : &lt;br /&gt;
*Edit the network configuration file and and add this block (to modify with your IP, including the gateway line)&lt;br /&gt;
&lt;br /&gt;
 '''nano /etc/network/interfaces'''&lt;br /&gt;
&lt;br /&gt;
 auto eth0:1&lt;br /&gt;
 iface eth0:1 inet static&lt;br /&gt;
 address 178.170.Y.X&lt;br /&gt;
 netmask 24&lt;br /&gt;
 gateway 178.170.Y.1&lt;br /&gt;
 dns-nameservers 213.246.33.144&lt;br /&gt;
&lt;br /&gt;
*Reboot the network service&lt;br /&gt;
&lt;br /&gt;
 '''systemctl restart networking.service'''&lt;br /&gt;
&lt;br /&gt;
*Check the IP statue by executing:&lt;br /&gt;
&lt;br /&gt;
 '''ip addr show'''&lt;br /&gt;
&lt;br /&gt;
*You should see:&lt;br /&gt;
&lt;br /&gt;
 eth0: &amp;lt;BROADCAST,MULTICAST,UP,LOWER_UP&amp;gt; mtu 1500 qdisc mq state UP group default qlen 1000&lt;br /&gt;
    link/ether dc:a6:32:5e:b8:f3 brd ff:ff:ff:ff:ff:ff&lt;br /&gt;
    '''''inet 178.170.10.14/24''''' brd 178.170.10.255 scope global eth0:1&lt;br /&gt;
    '''''inet6 2a00:c70:130:1::110/64''''' scope global&lt;br /&gt;
       valid_lft forever preferred_lft forever&lt;br /&gt;
&lt;br /&gt;
*You are now able to connect to your server via IPv4&lt;br /&gt;
&lt;br /&gt;
'''/!\ There may be an error message indicating that the Eth0 interface is not created, because it has not fully restarted. After rebooting, this message should be gone. /!\'''&lt;/div&gt;</summary>
		<author><name>Ttomaszewski7090c</name></author>
	</entry>
	<entry>
		<id>https://en-wiki.ikoula.com/index.php?title=How_To_Configure_Cloudstack_Firewall_(Incoming_Connections)_the_your_extranet&amp;diff=9750</id>
		<title>How To Configure Cloudstack Firewall (Incoming Connections) the your extranet</title>
		<link rel="alternate" type="text/html" href="https://en-wiki.ikoula.com/index.php?title=How_To_Configure_Cloudstack_Firewall_(Incoming_Connections)_the_your_extranet&amp;diff=9750"/>
		<updated>2018-07-11T14:04:56Z</updated>

		<summary type="html">&lt;p&gt;Ttomaszewski7090c: Ttomaszewski7090c moved page How To Configure Cloudstack Firewall (Incoming Connections) the your extranet to How To Configure Cloudstack Firewall (Incoming Connections) from your extranet: mistake&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[How To Configure Cloudstack Firewall (Incoming Connections) from your extranet]]&lt;/div&gt;</summary>
		<author><name>Ttomaszewski7090c</name></author>
	</entry>
	<entry>
		<id>https://en-wiki.ikoula.com/index.php?title=How_To_Configure_Cloudstack_Firewall_(Incoming_Connections)_from_your_extranet&amp;diff=9749</id>
		<title>How To Configure Cloudstack Firewall (Incoming Connections) from your extranet</title>
		<link rel="alternate" type="text/html" href="https://en-wiki.ikoula.com/index.php?title=How_To_Configure_Cloudstack_Firewall_(Incoming_Connections)_from_your_extranet&amp;diff=9749"/>
		<updated>2018-07-11T14:04:56Z</updated>

		<summary type="html">&lt;p&gt;Ttomaszewski7090c: Ttomaszewski7090c moved page How To Configure Cloudstack Firewall (Incoming Connections) the your extranet to How To Configure Cloudstack Firewall (Incoming Connections) from your extranet: mistake&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Connect to your extranet.&lt;br /&gt;
&lt;br /&gt;
[[File:afirevm1.png]]&lt;br /&gt;
&lt;br /&gt;
Select the prestataion to modify&lt;br /&gt;
&lt;br /&gt;
[[fichier:afirevm2.png]]&lt;br /&gt;
&lt;br /&gt;
Select the instance&lt;br /&gt;
&lt;br /&gt;
[[fichier:afirevm3.png]]&lt;br /&gt;
&lt;br /&gt;
Clic on the icon 'Security Group'&lt;br /&gt;
&lt;br /&gt;
[[fichier:afirevm4.png]]&lt;br /&gt;
&lt;br /&gt;
Enter information's rule for your Rentrer les informations correspondes au(x) port(s) que vous voulez rediriger.&lt;br /&gt;
&lt;br /&gt;
[[fichier:afirevm5.png]]&lt;br /&gt;
&lt;br /&gt;
[[Category:First_steps_on_the_cloud_public_ikoula]]&lt;/div&gt;</summary>
		<author><name>Ttomaszewski7090c</name></author>
	</entry>
	<entry>
		<id>https://en-wiki.ikoula.com/index.php?title=How_To_Configure_Cloudstack_Firewall_(Incoming_Connections)_from_your_extranet&amp;diff=9748</id>
		<title>How To Configure Cloudstack Firewall (Incoming Connections) from your extranet</title>
		<link rel="alternate" type="text/html" href="https://en-wiki.ikoula.com/index.php?title=How_To_Configure_Cloudstack_Firewall_(Incoming_Connections)_from_your_extranet&amp;diff=9748"/>
		<updated>2018-07-11T14:03:27Z</updated>

		<summary type="html">&lt;p&gt;Ttomaszewski7090c: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Connect to your extranet.&lt;br /&gt;
&lt;br /&gt;
[[File:afirevm1.png]]&lt;br /&gt;
&lt;br /&gt;
Select the prestataion to modify&lt;br /&gt;
&lt;br /&gt;
[[fichier:afirevm2.png]]&lt;br /&gt;
&lt;br /&gt;
Select the instance&lt;br /&gt;
&lt;br /&gt;
[[fichier:afirevm3.png]]&lt;br /&gt;
&lt;br /&gt;
Clic on the icon 'Security Group'&lt;br /&gt;
&lt;br /&gt;
[[fichier:afirevm4.png]]&lt;br /&gt;
&lt;br /&gt;
Enter information's rule for your Rentrer les informations correspondes au(x) port(s) que vous voulez rediriger.&lt;br /&gt;
&lt;br /&gt;
[[fichier:afirevm5.png]]&lt;br /&gt;
&lt;br /&gt;
[[Category:First_steps_on_the_cloud_public_ikoula]]&lt;/div&gt;</summary>
		<author><name>Ttomaszewski7090c</name></author>
	</entry>
	<entry>
		<id>https://en-wiki.ikoula.com/index.php?title=First_steps_on_Plesk&amp;diff=9728</id>
		<title>First steps on Plesk</title>
		<link rel="alternate" type="text/html" href="https://en-wiki.ikoula.com/index.php?title=First_steps_on_Plesk&amp;diff=9728"/>
		<updated>2018-04-23T08:27:26Z</updated>

		<summary type="html">&lt;p&gt;Ttomaszewski7090c: Created page with &amp;quot; ===Login to your customer area===  You have to log in on your customer area https://signup.ikoula.nl/clientarea/ :   Fichier:premierspasplesk01bis.JPG  ===Login to your w...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
===Login to your customer area===&lt;br /&gt;
&lt;br /&gt;
You have to log in on your customer area https://signup.ikoula.nl/clientarea/ :&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:premierspasplesk01bis.JPG]]&lt;br /&gt;
&lt;br /&gt;
===Login to your webhosting===&lt;br /&gt;
&lt;br /&gt;
You must click on your webhosting here in yellow ,in the red frame :&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:premierspasplesk05.JPG]]&lt;br /&gt;
&lt;br /&gt;
===Access to plesk===&lt;br /&gt;
&lt;br /&gt;
Then select &amp;quot;Control Panel Access&amp;quot; in the left column and click &amp;quot;Click here to access Control Panel&amp;quot; :&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:premierspasplesk06.JPG]]&lt;br /&gt;
&lt;br /&gt;
===Main page of your plesk===&lt;br /&gt;
&lt;br /&gt;
You access the main page of plesk that will allow you to configure your site with different sections:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:premierspasplesk07.JPG]]&lt;br /&gt;
&lt;br /&gt;
===The main topics on your plesk===&lt;br /&gt;
&lt;br /&gt;
We will detail the different sections:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
- [[File:01 web hosting access.JPG]] : you will be able to change the password of your plesk account.&lt;br /&gt;
&lt;br /&gt;
- [[File:02 php settings.JPG]] : you can change php version for example.&lt;br /&gt;
&lt;br /&gt;
- [[File:03 Applications.JPG]] : you can install applications like Drupal or WordPress for example.&lt;br /&gt;
&lt;br /&gt;
- [[File:04 DNS .JPG]] : you manage your dns records.&lt;br /&gt;
&lt;br /&gt;
- [[File:05 Limit outgoing mail.JPG]] : you can limit the number of emails sent per hour, to protect you against spam.&lt;br /&gt;
&lt;br /&gt;
- [[File:06 copying website.JPG]] : you can make a copy of your existing site to another plesk or via.&lt;br /&gt;
&lt;br /&gt;
- [[File:07 magispam.JPG]] : Magicspam secures your hosting against spam attacks.&lt;br /&gt;
&lt;br /&gt;
- [[File:08 ftp access.JPG]] : you can create ftp users to access resources from the ftp protocol.&lt;br /&gt;
&lt;br /&gt;
-[[File:09 a nginx et apache.JPG]] : you have the option to add apache or nginx directives.&lt;br /&gt;
&lt;br /&gt;
-[[File:09 bis explorer file.JPG]] : you can upload or download files from this interface.&lt;br /&gt;
&lt;br /&gt;
- [[File:10 email adresses.JPG]] : you can create email addresses here.&lt;br /&gt;
&lt;br /&gt;
- [[File:11 ssl.JPG]] : Here you add your ssl certificates.&lt;br /&gt;
&lt;br /&gt;
- [[File:12 logs.JPG]] : You access the logs to check for errors.&lt;br /&gt;
&lt;br /&gt;
- [[File:13 let's encrypt.JPG]] : is a utility that allows you to generate ssl certificates for free.&lt;br /&gt;
&lt;br /&gt;
- [[File:14 host settings.JPG]] : you can change some of your site's settings, like choosing ssl certificates and choosing apache or nginx.&lt;br /&gt;
&lt;br /&gt;
- [[File:15 presence builder.JPG]] : allows you to create your site from the beginning from predefined categories.&lt;br /&gt;
&lt;br /&gt;
- [[File:16 web statistics.JPG]] : you can check the statistics of your web hosting here.&lt;br /&gt;
&lt;br /&gt;
- [[File:17 mails settings.JPG]] : you can disable the mail service and you can choose the webmail, horde or roundcube.&lt;br /&gt;
&lt;br /&gt;
- [[File:18 .JPG]] : you can restrict access to parts of your site via password.&lt;br /&gt;
&lt;br /&gt;
- [[File:19 Web users.JPG]] : you can View the list of users having personal web pages on your websites.&lt;br /&gt;
&lt;br /&gt;
We will detail each section stated above in order to better support you in your use of plesk.&lt;br /&gt;
&lt;br /&gt;
===Help via plesk===&lt;br /&gt;
&lt;br /&gt;
You can help yourself from the guide as well as explanatory videos via the help button as explained here:&lt;br /&gt;
&lt;br /&gt;
[[File:21 help.JPG]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Catégorie:Hébergement_mutualisé]] [[Catégorie:Plesk]]&lt;/div&gt;</summary>
		<author><name>Ttomaszewski7090c</name></author>
	</entry>
</feed>