With AlertMobile you can remotely control the computer using your
mobile phone.
In the current version there are 6 control commands available:


Display messages sent from mobile phone (MSG by default)


Disable user account and force system restart (LOCK by default)


Terminate active process (KILL by default)


Terminate all active processes from monitored processes list (KILLALL by default)


Lock active process (PROCLOCK by default)


Lock all active processes from monitored processes list (LOCKALL by default)

Most cellular operators take charge for outgoing SMS messages, so
this feature is disabled by default.
Remote administration is implemented via POP3 server. You send the
control commands of specified format to email address. AlertMobile
checks this email address for new messages.
To send the control command choose "New message" item on your
mobile phone. Then type:
email@address CMD param
and send this message to a number of SMS-to-Email gate provided by
your cellular operator.
email@address is the address of
POP3 server account used by AlertMobile to receive control commands.
It is not recommended to use your existing mail account because
AlertMobile locks it to avoid conflicts. You should create for this
purpose a new account on your corporate mail server (recommended) or
on some freeware public mail server with support of POP3 protocol.
Provide the information about this account (server address, name and
password) in the "Response" tab.
CMD is the AlertMobile's control
command (MSG, LOCK, KILL, KILLALL, PROCLOCK or LOCKALL).
param is the command parameter,
if required. For MSG command param is the text of message, for example:
email@address MSG Who is working on my PC?
For LOCK command param is the name of user's account, for example:
email@address LOCK john
After system restart the user john will not be able to log on.
For KILL and PROCLOCK commands param is the process identifier, for
example:
email@address KILL 77
or
email@address PROCLOCK 77
When you receive the SMS about activation of a process from monitored
processes list, there is the process identifier included in the field
"PI: ". You can use this identifier in KILL and PROCLOCK commands.
The command KILL just terminates the active process. The command
PROCLOCK first terminates the process and then locks it, so nobody can
start it again until system restart.
The commands KILLALL and LOCKALL do not require any parameters. They
terminate or/and lock all currently active processes specified in the
"Monitoring" tab. For example:
email@address KILLALL
or
email@address LOCKALL
NOTE: If message IDs are enabled
in security settings, you must use the following format of control
commands:
email@address xxxxxxxx CMD param
where xxxxxxxx is the ID of last
received SMS alert.
If the option "Send to mobile phone confirmation of command
execution status" is enabled, you will receive a notification SMS after
execution of command. "ST: +O" means that all is OK,
"ST: -F" means that command failed.
For security reasons, you can change the standard names of control
commands to your own unique names. See the
"Packet Fields" tab.