Web Interface FAQ

From RangerMSP Wiki - PSA software for MSPs and IT services providers
Jump to: navigation, search
FAQ > Web Interface FAQ

Getting Started

Advanced Use



How do I install RangerMSP Web Interface?

Click here to view RangerMSP Web Interface installation instructions.


How do I check my RangerMSP Web Interface port is open?

You can check the port is open and reachable by your customers and remote technicians by using My Port Checker which is a free web based utility.


Can RangerMSP Web Interface run on a server running IIS?

Yes. There is no problem running the RangerMSP Web Interface side-by-side with IIS on the same server. Requests will automatically be handled by the relevant service.

In addition you can use Microsoft IIS as the Web Server for the RangerMSP Web Interface.

How do I set up RangerMSP Web Interface when I am using Dynamic DNS (DYNDNS)?

When using dynamic DNS (DYNDNS) you should always use a domain name rather than a static IP address in all the RangerMSP Web Interface settings.

You can find more information in the Readme.txt file located in <server>\RangerMSP\WebInterface.


How can I securely use RangerMSP Web Interface with SSL certificates?

Configuring Microsoft IIS as the back end for the Web interface lets you to use encrypted (https) connections with SSL certificates.

What can my customers see and perform via the RangerMSP Web Interface for customers?

Using the RangerMSP Web Interface for Customers you can create an unlimited amount of web users for your customers.

Using a browser, your customers will be able to log in to RangerMSP remotely and view data relevant to them, like open Tickets, closed Tickets and scheduled technician visits.

Customers can also log new Tickets, which will automatically receive a ticket number and enter the Received Tickets queue in RangerMSP, view existing History Notes and add new ones and also view details of Assets, Contracts and Charges.

You can control which features will be available to your Customers from the Tools > Options > Web Interface tab.


What can my employees do/view via RangerMSP Web Interface for Employees?

Using the RangerMSP Web Interface for Employees, you can give employees remote access to RangerMSP data via a web browser.

They can then manage (view/add/edit) various types of information in RangerMSP including: Accounts, Tickets, Appointments, Tasks, Charges (Labor, Parts and Expenses), Assets and History Notes. They can also view other information including Items, Contracts, Sales Opportunities, and more.


How can I add a new ticket via the RangerMSP Web Interface for Employees?

To add a new ticket (or any other entity), click the Create New drop-down menu.

To create a Ticket for a specific Account, go to the Accounts page, search for the relevant account and then click on it to view its complete details page. Then, go to the Create For Account pull-down menu, and select Ticket.

You can create any entity from these menus.


How can I download documents via the Web Interface?

Using the Web Interface, employees can download RangerMSP documents which are located on your server, directly from the browser.

In order to allow file downloads, you should first map the folder locations for the download, so that the Web Interface Service will be able to access them for download. You can also define folders which will deny download, in case you need to protect sensitive information from being accessed via the web interface.

To setup the documents download settings, go to Tools > Options > Web Interface. Read more about this under Document Download Settings.


Does the Web Interface have the same level of control and management as the installed client software?

The RangerMSP Web Interface supports a wide range of management options, features and views for employees and provides them with the same privileges as the installed client. Please note that the installed client is more feature rich.


How do I define a web user name and password for an employee?

To define a web user name and password for an employee, log in to RangerMSP (the installed version) as an administrator, select the employee record, go to their Employee tab, and click on Configure Web User.


How do I allow my customer to log in to the RangerMSP Web Interface?

To let a customer log in to the RangerMSP Web Interface, you need to create a web username and a password for them. To do so, go to the Accounts window, select a customer record, go to the Web Users tab and click New (located on the bottom-left corner).

Note: Web Interface usernames for customers will become active within a few minutes of their creation.


How can I add my logo to the RangerMSP Web Interface pages?

You can add your name, logo, etc. to pages displayed by RangerMSP Web Interface. Your name and logos should be formatted using HTML code, which will automatically be embedded in all pages generated by RangerMSP Web Interface.

You can design a header and footer for the page.
To display headers and footers, login to RangerMSP, open the Options window, go to the Web Interface page and check the Header/Footer checkboxes (these are checked by default).
Place the HTML for the Header and Footer in these files:

Header: <Installation_DIR>\RangerMSP\WebInterface\Files\MyOfficeSetting1.txt
Footer: <Installation_DIR>\RangerMSP\WebInterface\Files\MyOfficeSetting2.txt

You can open these files in an editor (Notepad etc.) either navigate to their location using Windows file explorer or by clicking on the dedicated buttons in the Options window - Web Interface page.

Notes: These files are not standalone HTML pages and should NOT include the standard HTML page tags like <HEAD>, <BODY>, etc. The HTML code should include only HTML code related to the design of your name, logo etc. and not to any other page related HTML tags.

If you use image files in the HTML, you should save these images in the same directory and link to them using the "/Files/" token. For example, to use the image file called "mylogo.jpg" in your HTML code, save it as <Installation_DIR>\RangerMSP\WebInterface\Files\mylogo.jpg and link to it in the HTML as follows:
<img src="/Files/mylogo.jpg">
If you are using the predefined login page (i.e. you've added a link to it from your web site) you need to restart the RangerMSP WebInterface service each time you modify the header and/or the file(s).


I have created a new privilege group, which doesn't seem to have taken effect in the RangerMSP Web Interface. Why?

After creating a new privilege group or updating an existing group you need to restart the RangerMSP WebInterface service for the changes to take affect.


Can I use the RangerMSP Web Interface with Port 80?

Yes, when using Microsoft IIS as the Web Server for the RangerMSP Web Interface


Can I convert RangerMSP Web Interface value selection data fields to Free Text fields where I can type in any value I want?

Yes, you can customize this using the following method that will allow you to change existing RangerMSP Web Interface fields from a Fixed Dropdown Selection Field to Free Text Input Fields.

For more information see Web Interface Free Text Fields.


See Also