Difference between revisions of "Shutter:Web Interface"

From den4b Wiki
Jump to navigation Jump to search
Line 36: Line 36:
 
*[[Image:Shutter Web Interface Check Port.png]]
 
*[[Image:Shutter Web Interface Check Port.png]]
  
'''Username''' and '''Password''' can be anything. These will be required to access the Web Interface.  
+
'''Username''' and '''Password''' can be anything (however, always use a [http://en.wikipedia.org/wiki/Strong_password strong password]). These will be required to access the Web Interface from a remote PC.  
  
 
*<span style="color: red;">Short or easy to guess Password can introduce a security risk so be careful while selecting your password!</span>
 
*<span style="color: red;">Short or easy to guess Password can introduce a security risk so be careful while selecting your password!</span>

Revision as of 07:52, 30 May 2010

Arrow Return.png Shutter  
{{{iparam}}} This article needs to be expanded!

Shutter exposes some of its functionality through the Web Interface, letting users control their computer remotely from another computer.

Configuration

Steps below outline how to successfully setup the Web Interface.

Enable Web Interface

Open Options via the ShutterOptionsButton.png button or from the main menu and navigate to the tab called "Web Interface". All of the settings will be disabled (grayed out) by default. Put a tick mark on the "Enable" check box to enable the Web Interface and its configuration.

Shutter Options Web Interface.png

Configure Web Interface

Listen IP and Listen Port parameters define IP address and Port number through which Web Interface will be accessible. Port number can be any numeric value in range 0 to 65535, but it is recommended to use values above 1024 as many of the the ports below this value are reserved by the system and standard applications. Choice of the IP address depends on the desired accessibility of the Web Interface.

IP address Desired accessibility
0.0.0.0 Allow access from all available network interfaces (default).
127.0.0.1 Allow access only from the local machine.
X.X.X.X Any other configuration will allow access from the specified IP address.

To check whether specified IP and Port parameters are acceptable press "check port" button.

  • Shutter Web Interface Check Port.png

Username and Password can be anything (however, always use a strong password). These will be required to access the Web Interface from a remote PC.

  • Short or easy to guess Password can introduce a security risk so be careful while selecting your password!

Allow command line execution will allow users to execute arbitrary commands on the host machine.

  • Command line execution should be used with caution!

Configure Firewall

Before you can successfully use Shutter's Web Interface you need to make sure that that remote machine can access your host machine. Usually host machine will protected by Firewall software, hence, blocking the remote access.

You need to identify the the Firewall software which is running on your host machine and enable access to the specified Web Interface IP:Port address.

To start with, Windows (XP or later version only) has its own Windows Firewall; but when you instal an antivirus software, it would take over with its own firewall.

Usage

... to be added ...