Select language: English  German  French  Spanish  Russian  Portuguese 
Overview Features Download Buy Support About


Frequently Asked Questions (FAQ)
Top  Previous  Next



Connection with remote PC
Why can't I connect to the remote computer?
How to determine the IP address of my Host computer?
How to control LAN computers (behind the router) via Internet?
How to control a remote PC through the firewall?
How to control a PC with dynamic IP address via internet?
How to connect through the Proxy Server?

Remote Desktop Control
Why do I see a blank screen after connecting to remote PC?
Why do I see black window on my screen when starting a MediaPlayer on the remote PC?

Why the remote screen sometimes is displayed not in "Full colors"?
How can I speed up the program's performance?
Why Ctrl+Alt+Del combination is disabled in the toolbar of the Remote Screen Window?

Common questions
Does Anyplace Control support Vista?
How to update Host module remotely?
How to install Host Module on remote PC without visiting it physically?
How can I hide the tray icon of the Host Module?
How to prevent a closing of Host Module?
How to copy the Anyplace Control address book from one computer to another?
How safe is Anyplace Control to use?

Licensing

Why the program should be registered?
How to purchase the registration key?
How many licenses do I need?
How to write Admin module on a Flash drive and access your PC from anywhere?
What does the error message "You have not enough Licenses to connect to this PC" mean?
I've lost my registration code. What should I do?




Connection with remote PC

Why can't I connect to the remote computer?

Anyplace Control has two connectivity modes: Direct Connection and Account Connection.  
 
In the Account Connection the following problems may arise:  
1.   The Host Module is not running on the remote PC.  
2.   Account Connection service is not active in the Host module settings. To activate it you need to do the following: Host module Settings->Connectivity->check the field "Use Account Connection service".  
3.    The remote computer is switched off or its network cable is disconnected.  
4.   You are disconnected from Internet (either on Host or on Admin)  
5.   The firewall/antivirus protection is used (you can read more about configuring Firewall here...)  
6.   You are accessing Internet via Proxy server (you can read more here...)  
     
 
The reasons of connectivity problems in Direct Connection mode can be different. Here are some of them:  
·   You have incorrectly entered the port number or IP-address/name of the remote computer  
·   Dynamic IP address of remote computer was recently changed but you connect via old IP address value.  
·   The Host Module is not running on the remote PC.  
·   The remote computer is switched off or its network cable is disconnected.  
·   The firewall protection on the remote PC is used. Please read our FAQ: How to control a remote PC through the firewall.  
·   Host PC is located in the LAN behind the router but you want to control it via Internet. Please read our FAQ: How to control LAN computers behind the router.  
 
You can test whether you have direct connection with remote computer using a Ping command in the system console:  
 
1.   Click Windows "Start" button and select menu item "Run..."  
2.   Enter cmd.exe in the Run dialog and press Enter. You will see black console window.  
3.   In the window enter the following command:  
 
ping x.x.x.x  
 
where x.x.x.x - IP address of the remote PC, for example if remote address is 192.168.0.1 you should enter:  
ping 192.168.0.1  
 
4.   Press Enter. You will see the diagnostic messages. If you have connection with the remote PC, the messages will have the following pattern:  
 
"Reply from 192.168.0.1: bytes=32 time<1ms TTL=128"  
 
However if you do not have connection, you will see the following message:  
 
"Request timed out." or some other message  
 
So, if the remote PC is not responding, our software (or any other communication program) can't connect to remote PC in Direct Connection mode. You should determine the reason of a problem. If you describe your situation in details, our support team can help you to find the solution.  
 
If you can't connect and receive an error code you can read in more details what this code means at this page: http://msdn2.microsoft.com/en-us/library/ms740668.aspx  
 

Return to Top


How to determine the IP address of my Host computer?

Every computer connected to the Internet or network is assigned a unique number known as an IP address. Usually computer has one IP address, but sometimes it can have more then one.  
There are many ways to know IP address of Host PC, we recommend the following:  
 
·Move your mouse pointer over the Host Module tray icon (near the computer clock). The tool tip will show the list of IP addresses (separated by commas). For example 192.168.0.1 , 82.169.4.11  
Use one of the IP addresses listed to connect to Host PC from Admin computer (add it to the Admin address book).  

Return to Top


How to control LAN computers (behind the router) via Internet?
 
It is possible when computers are located in the LAN behind a router and you want to access them via Internet.  
Anyplace Control has two connectivity modes: Direct Connection and Account Connection.  
 
If you are using Account Connection you can simply connect to a remote PC, which can be physically located anywhere. Using Account Connection you don't need to enter special settings. Read more here...  
 
If you are using Direct Connection mode you may have some problems with connection. Usually in this case computers have no external (public) IP addresses, i.e. IP addresses are internal (private), for example 192.168.x.x or 10.x.x.x; and only a router has external IP address (211.27.164.21 for example).  
 
You need to know that computer outside of the network can not "see" a computer inside of the network. They can only "see" and send data to the external IP address of the router. When a computer on the internet sends data to the external IP address of the router, the router needs to know what to do with the data. Fortunately most of routers have such feature as "Port Forwarding" which serves to solve this problem. Port Forwarding simply tells the router which computer on the local area network to send the data to.  
 
You should configure the router (on Host side) to forward connections from a port on the router to a specific IP address and port of the target computer in your LAN. It is necessary to assign unique ports on the router for every computer you need to control. Router should forward traffic from its different external ports to different LAN computers.  
 
Anyplace Control uses two TCP ports simultaneously: 5279 (basic port) and 4279 (file transfer port) by default. However you can change default values for Admin Module and Host Module via their settings. Moreover, you must change default values to work with port forwarding.  
 
EXAMPLE  
 
Let's consider an example (see figure):  
 
You have LAN with 3 PCs and 1 router. Admin Module is located anywhere in the Internet, but not in this LAN.  
You want to control these network PCs via Internet when you use the Admin's PC.  
For example, external IP address of the router on Host side is 211.27.164.21.  
Internal IP addresses of LAN computers are: 192.168.1.10, 192.168.1.11, 192.168.1.12  
Admin's IP address doesn't matter.  
 
In this case the configuration of the "port forwarding" can be the following:  
 
211.27.164.21 : 5278 --> 192.168.1.10 : 5278  
211.27.164.21 : 4278 --> 192.168.1.10 : 4278  
 
211.27.164.21 : 5277 --> 192.168.1.11 : 5277  
211.27.164.21 : 4277 --> 192.168.1.11 : 4277  
 
211.27.164.21 : 5276 --> 192.168.1.12 : 5276  
211.27.164.21 : 5276 --> 192.168.1.12 : 5276  
 
After configurating of the router you should change the default ports numbers for Host Modules. You can do it via Host Module's settings:  
 
For computer 192.168.1.10: ports 5278 and 4278;  
For computer 192.168.1.11: ports 5277 and 4277;  
For computer 192.168.1.12: ports 5276 and 4276.  
 
Then you should create 3 shortcuts in the Admin Module's address book to access these 3 network PCs remotely (via "ADD NEW PC" button). Note: you should change the default ports numbers for each shortcut:  
 
Shortcut for 1-st PC: IP address 211.27.164.21; ports 5278 and 4278  
Shortcut for 2-nd PC: IP address 211.27.164.21; ports 5277 and 4277  
Shortcut for 2-nd PC: IP address 211.27.164.21; ports 5276 and 4276  
 
As you see, you always use IP address of router (211.27.164.21), but unique ports.  
 
The next actions will take place if everything is configured correctly:  
1) admin module will connect to a router  
2) router will automatically forward all traffic to target machine  
 
In such way you can control machine which is located in the private LAN via Internet.  
 
You can find out how to configure your router's model on the web-site:
http://portforward.com/english/routers/port_forwarding/routerindex.htm  
 
If you do not have hardware router  
You can use a computer with access to the internet (that has public IP address) as a software router: you have to set up PAT (Port Address Translation) on this PC. We recommend you to use such free software, as "hhproxy" for configuring address translation. "hhproxy" is running under Win9x and WinNT server or workstation. You can use this link for downloading it from our site: http://anyplace-control.com/anyplace-control/data/hhproxy_rel.exe  
 
Installation of hhproxy is a very simple: create folder, and unzip all files from archive to it.  
After that you must configure software. Create a file 'hhproxy.cfg' at the program directory. Open it with notepad and write the following lines (for the example described above):  
 
LogLevel 0  
TcpMap 5278 120 211.27.164.21 192.168.1.11 5278 0 0  
TcpMap 4278 120 211.27.164.21 192.168.1.11 4278 0 0  
 
TcpMap 5277 120 211.27.164.21 192.168.1.12 5277 0 0  
TcpMap 4277 120 211.27.164.21 192.168.1.12 4277 0 0  
 
TcpMap 5276 120 211.27.164.21 192.168.1.10 5276 0 0  
TcpMap 4276 120 211.27.164.21 192.168.1.10 4276 0 0  
 
 
Note: Format of TcpMap directive is:  
 
TcpMap {LocalPort}{Timeout}{Bind-Address}{Target-Address}{Target-Port}{Online-Mode}{SecurityFilter}  
 
(For more detailed information address to a file 'readme.txt')  
 
In this example 211.27.164.21 is public IP address of computer with HHPROXY program.  
 
If you use Win9x, you must create a shortcut to hhproxy in your startup group.  
Under WinNT please run hhproxy.exe with parameter '/INSTALL' and restart computer. After that hhproxy will be registered as system service.  
 
Configuration of Admin Modules and Host Modules must be the same as in example above.  

 

Return to Top  

 
How to control a remote PC through the firewall?
 
If your PC is protected with Firewall, our product may have some problems with connection. Firewall may not allow the program to make external connections and accept them. Although you don't have to set up the built in Windows Firewall (everything is going to work fine), but many other Firewalls like Zonealarm, OutPost may require manual configuring.  
 
Our product has two connectivity modes: Direct Connection and Account Connection.  
 
1) For Account Connection mode:  
 
Please, configure firewall to allow our software (modules specified below) outgoing connections via ports 80 and 443:  
 
On the Host computer:  
Please, add the following modules into Firewall allow list:  
c:\program files\anyplace control 4\apc_host.exe  
c:\program files\anyplace control 4\apc_hostConig.exe  
 
On the Admin computer:  
Add the following module into Firewall allow list:  
c:\program files\anyplace control 4\apc_admin.exe  
 
2) For Direct Connection mode:  
 
On the Host computer:  
Open TCP ports 5279 and 4279 (allow incoming connections) for the following module:  
c:\program files\anyplace control 4\apc_host.exe.  
Also you need to add this file into the Firewall allow list.  
 
On the Admin computer:  
Allow outgoing connections via ports 5279 and 4279 for the following module:  
c:\program files\anyplace control 4\apc_admin.exe  
 
 
Additional information (Beginners Guides -Firewall Setup and Configuration):  
http://www.pcstats.com/articleview.cfm?articleID=1618  

 

Return to Top  
 

How to control a PC with dynamic IP address via internet?
 
Depending on the Internet provider, your computer can get a permanently changing Internet address. This type of addresses is called 'dynamic', and is typical for users to get from almost every Internet access provider. If you want to connect to remote computer, but don't know its current IP address, it will become a complete mess of different settings.  
 
Anyplace Control has two connectivity modes: Direct Connection and Account Connection.  
 
If you use Account Connection mode you won't have any problems with dynamical IP addresses. When connecting to the remote PC you don't have to know even its IP address. You can read more about Account Connection service here...  
 
In the Direct Connection mode the problem is usually solved in the following way.  
 
a) Someone on the remote side should tell you the remote IP address by phone, e-mail or any other way. Then you can connect to the remote computer using that IP address.  
 
b) If you are often have a need to connect to the remote computer with a dynamically assigned IP-address, and nobody on the remote side can tell you the current IP, you can use service that maps your dynamic IP to a DNS name, for example, http://www.dns2go.com, http://www.dynu.com or http://www.no-ip.com.  
It will help you to know the IP address of the remote PC even if it often changes.  
 


Return to Top

How to connect through the Proxy Server?

It is possible, when HTTP Proxy (for example Squid or WinRoute) is used for granting the internet access to computers located in your local network. The current version of Anyplace Control does not work through HTTP Proxy servers. This opportunity will appear only in the following versions of the program. However there is a way of connection to the remote computers through a HTTP Proxy. It is HTTP-tuneling.  
 
For realization of this opportunity you can use special software, such as:  
HTTPort (http://www.htthost.com)  
Socks2HTTP (http://www.totalrc.net/s2h/index.jsp)  
 
These programs allow you to bypass an HTTP proxy, which is blocking you from the Internet. With HTTPort you may use the following software from behind HTTP proxy: Anyplace Control, IRC, ICQ, FTP, etc.  
 

Return to Top





Remote Desktop Control

Why do I see a blank screen after connecting to remote PC?
 
You can see blank screen in several situations:  
 
1. When remote user uses Windows XP feature "fast user switch".  
 
To prevent the problem please use "Log off user" and "Log on user" Windows commands instead of "Fast user switch" if you want to change the user.  
 
2. When Host Module is run as simple application (not system service) and remote user presses Ctrl+Alt+Del:  
 
Please turn on "system service" mode for Host Module to solve the problem: click with right mouse button on Host module tray icon, select Settings, open "Start" tab and check the field "System Service, automatically starts with Windows".  
 
3. If someone uses Microsoft's Remote Desktop Connection tool (integrated with Windows) to connect to a Host PC. Anyplace Control cannot interact with the remote screen until the PC is rebooted. Please don't use Microsoft's Remote Desktop Connection tool to prevent the problem. Moreover, there's no need to use Remote Desktop connection when Anyplace Control connection is available, since Anyplace Control offers functionality similar to Remote Desktop plus a lot of additional features.  
     
4. DOS or console window is opened in the full screen mode.  
Anyplace Control cannot work with full screen text modes. However you can press Alt+Enter combination to switch the remote computer into the windowed text mode.  

Return to Top


Why do I see black window on my screen when starting a MediaPlayer on the remote PC?

To solve this problem you have to turn off "Hardware acceleration" for your video adapter. In this case our program will be able to show the video (without sound). Such adjustment can slow down the performance of any other video-applications.  
 
To adjust your video adapter, please, make the following adjustments for the Host PC:  
1) Call "Display Properties" dialog (right click on the desktop)  
2) Select "Settings" tab  
3) Click "Advanced" button  
4) Select "Troubleshoot" page  
5) Set "Hardware acceleration" to "None" value.  
 
Then try to connect to the remote PC and to watch video.  
 
You can adjust your video adapter this way, but you take the risk and you take all response for such actions.  

Return to Top



Why the remote screen sometimes is displayed not in "Full colors"?

Sometimes while viewing the remote screen, it may be displayed not in full colors. To raise the quality of the image you need to do the following: connect to a Host PC and enter either Full Control or View Only mode. On the toolbar of the Remote Screen Window press Settings button. Select Performance/Quality tab in the Settings dialog and in the "Colors" pop-up menu set the parameter to "High".  
 
Note: in this case program's performance can be slowed down.  


Return to Top


How can I speed up the program's performance?

In case of a poor performance of Anyplace Control while viewing of the remote screen, it is recommended (in order from most effective remedy to less effective):  

On the Host site:  
·Use better video adapter (with more video memory) and latest video drivers.  
·Reduce color depth and screen resolution.  
·Remove wall-paper from the desktop.  
·Try to disable "Hardware acceleration" on the remote PC. In some cases it gives a significant increase of the performance level. How to disable "Hardware acceleration" you can read here...  
 
On the Admin Module:  
·Connect to a Host PC and enter either Full Control or View Only mode, select Performance/Quality tab in the Settings dialog. If your network capacity is high you need to set up the parameter for LAN, if lower than for Broadband or even dial-up.  
·In the Performance/Quality tab, Colors pop-up menu, select "auto" color mode for Remote Screen Window if your bandwidth capacity is high. But for slow dial-up connections use "Low" color mode.  
·On the toolbar of the Remote Screen Window press Settings button. Select Advanced Settings tab then check the field "Remove Wallpaper". This will significantly improve performance even if the network Capacity is high.  

Return to Top


Why Ctrl+Alt+Del combination is disabled in the toolbar of the Remote Screen Window?

1. Currently you work in the "View Only" mode. You can send Ctrl+Alt+Del combination to the remote computer in "Full Control Mode" only. Please, click on the "Full Control" button, which is on the tool bar of the Remote Control window. (If "Full control" mode is blocked you can do the following to unblock it the Host module->Settings->Security->check "All features" field)  
 
2. If Host PC has Vista OS you can't send a direct Ctrl-Alt-Del keystroke, but you call out Task Manager as alternative by sending Ctrl+Shift+Esc keystroke. To do that, please, enter full control mode, and in the Control Window main menu select Send keystroke tab, and then press Ctrl+Shift+Esc (Task Manager). After that you can call out such functions as Restart, Log off, etc.  
 
3. Host module must be run as System Service. To run Host module as System Service you need to do the following: Host module->Settings->Start->check the field "System Service, automatically start with Windows"  
 


Common questions

Does Anyplace Control support Vista?

Yes, our software supports Windows Vista. All versions of Anyplace Control starting from 4.1 and higher are fully Windows Vista compatible. Moreover, Host Module can be started as system service under Windows Vista.  

How to update Host module remotely?

There are two possible ways of remote updating Host Module (old version) already installed on remote computer. You will not have to approach each Host PC individually to update the Host Module.  

Important: before committing an update, please, check the Host module version, because only a newer version of Anyplace Control can update an older one.  
 
I) The first solution can be conducted if the Host PCs are located within the same network as the Admin PC:  
 
Please, do the following:  
 
1) Start Admin Module (any version) on the Admin PC and select "Remote Installation" tool.  
2) Complete the remote installation according to wizard tips.  
 
II) The second solution works both via LAN or Internet. You just need to:  
 
1) Establish connection to Host PC using old version of Admin Module.  
2) Using File Transfer upload the installation packet of new version to the remote Host machine.  
3) Click twice on the installation package deployed on the remote side. You will see a form with 2 lines. Write in the second line:  
 
/password= XXXXXXX  
 
( where XXXXXX is the desired password for the Host module [NB: not less than 6 symbols]).  
 
4) At the moment you press OK button you will be disconnected. Host module will be updated automatically to new version. Try connecting in several minutes using new version of Admin Module.  


How to install Host Module on remote PC without visit of this PC physically?

If the Host PCs are located within the same network as the Admin PC, you will not have to approach each one of them individually to install the Host Module - install the software remotely using the "Remote Installation" feature. This feature is integrated in the Admin Module, and you can run it via the "Tools" menu.  

Return to Top


How can I hide the tray icon of the Host Module?

Open Host Module's settings via its tray icon. Select "Start" tab and then select the "Hidden mode" option.  
Note: If tray icon is hidden, you will be able to show it again: open "Host Module settings" dialog via shortcut: Start -> Programs -> Anyplace Control -> Host Module settings.  

Return to Top


How to prevent a closing of Host Module?

A tray menu of the Host Module contains the "Exit" command to close the Host Module. Actually the user of remote computer should not be able to close the Host Module, because the network administrator needs to have a stable access to the remote computer at any time. It is recommended to turn on "Disable Exit command" or "Hide tray icon" option on each workstation. The administrator can do this using the "Host Module settings" dialog window (see "Start" tab).  
 
Also you should protect access to Host Module's settings by Access Password, because user of Host PC can enable "Exit" command again; see the "Security" tab of the "Host Module settings" dialog.  
 
If Host Module runs as a simple application, the user can shutdown Host Module via Task Manager. Please install Host Module as a system service (see "Start" tab of "Host Module settings" dialog window) if you want to prevent this ability: only users with administrator's privileges will be able to stop the service through the Service Manager.  

Return to Top

How to copy the Anyplace Control address book from one computer to another?

The address book is stored in the apc-addressBook.ini file in the work folder of Anyplace Control. You can simply copy this file to another computer.  

Return to Top


How safe is Anyplace Control to use?

Anyplace Control is a secure remote control program. It has a large number of security features that can be used to defend PC from unauthorized remote access. Here are some reasons Anyplace Control is completely safe:  
 
Access to the remote computer is restricted by password. A challenge-response authentication of connections is provided for prevention of unauthorized access to computers with the working Host Module.  
Anyplace Control works in encrypted mode. All data streams, including screenshots, keystrokes and mouse movement are encrypted by a symmetric, randomly generated key of 1024 bit length.  
 
IP-Filtering feature allows access to the Anyplace Control Host only from specified IP addresses and subnets.  




Licensing

Why the program should be registered?

Anyplace Control is distributed on the Try Before You Buy basis. The evaluation version of this software works during 30 days with 5 PCs only and has restrictions in functionality. All limitations will be removed as soon as you register your copy of Anyplace Control.  

Return to Top


How to purchase the registration key?


You can purchase the registration key on-line via the software registration service by credit card, bank transfer or check. Please visit the registration page (http://www.anyplace-control.com/buy.shtml) to purchase the key. There are some sale propositions and discounts for multi-licenses.  
 

Return to Top


How many licenses do I need?

If you want to control N unique Host computers, you need N single licenses (Single license authorizes the use of the software on a single Host computer). The quantity of licenses you need is equal to the quantity of PCs you wish to control.  
 
Note: Admin module doesn't require separate registration.  
 
If you are a registered customer already, you can purchase additional licenses (please contact our sales department) - we will send you the new registration key for total quantity of Host PCs.  
 
NOTE: Each license is used to control a physically unique computer. So you can't control many computers via 1 shortcut in Amin address book by changing the shortcut properties, since the Admin Module "remembers" computers it has been connected to.  

Return to Top



How to write Admin module on a Flash drive and access your PC from anywhere

1) You have to install Admin module on your PC, after that you need to enter the registration key into Admin module.
2) Copy the folder c:\program files\anyplace control 4 onto your flash drive.
3) When you need the remote access you just start apc_admin.exe file from the flash drive.


What does the error message "You have not enough Licenses to connect to this PC" mean?

It means that the program has found the fact of infringement of the license.

For example, the registration code allows you to use the program only on two different computers. Earlier you were connected to these computers using the Admin Module and now you are trying to connect to another computer. In that case the program shows the message about infringement of the license. Also such message may appear when the license has not been violated, but some hardware on the remote PC was changed. In this case you must
contact us to receive detailed instructions what to do.

Return to Top


I've lost my registration code. What should I do?

Contact our
customer service and specify your registration data (Name, email, and so on). You will receive a new code via e-mail.


Return to Top





keywords: free pc remote control software download, and remote control windows. How to file transfer software or transfer beam file between computers via remote desktop control software and easy remote access? tightvnc. Remote control computer. Both remote assistance software and Remote Access Computer



Overview Features Download Buy Support About
 &nb