MPS Satellite can be run on the stationary PC or laptop. It is possible by using OVF file that contain virtual server image. On the device where you want to run MPS Satellite, you have to install application like: Virtual Box from Oracle.
MPS Satellite can be run on the stationary PC or laptop. It is possible by using OVF file that contain virtual server image. On the device where you want to run MPS Satellite, you have to install application like: Virtual Box from Oracle.
In the upper part of that page you will find possibility to download installation file. Download it, because it will be needed while working with Virtual Box – that is also free for downloading.
Download VirtualBoxRun VirtualBox. Go to “File > Import Appliance …“, and select OVF file that had been downloaded before.
If everything will go well, you will see the “Appliance Setting” screen. Just start process by clicking on “Import” button.
There is a section in VirtualBox where you will find the list of available virtual servers, chose “MPS-Satellite”, and power it on. If network connection is set properly than the console screen will ask for login and password. If not, than you should try to redefine network settings in Virtual Box – it is important whether you use Ethernet connection or Wireless – set it as it should be, and restart server.
Default login and password are:
login: mps
hasło: satellite
Specifications of Network in which MPS Satellite will be searching for printers is usually dependent on the administrator, therefore it is necessary to adjust the connection parameters. For demonstration purposes we set automatic IP address getting – by using DHCP functions.
We need to obtain the name of the network adapter, so we will use command:
ifconfig -a
It should return something like:
Save and remember the name that will be displayed in a place where the demonstration screen sequence is: ens33. This string must be included in the configuration file accessible after the call command:
sudo nano /etc/network/interfaces
Upper command will run text editor, where you need to adopt previous string
#The primary network interface auto ens33 iface ens33 inet dhcp
Save it by closing editor with combination of “Ctrl+X“
Now you need to reboot server by commend:
sudo reboot
System will be restarted and after that it should get IP addres under which you can find out MPS Satellite interface.
If you will find blue screen after writing IP address to your Internet Browser, you can log into application.
Use:
login: admin
password: admin
After first application initiation you will quickly realize that you must upload the license that activates all MPS Satellite features. Please follow the procedure of obtaining a license is described in a separate section of the site …