PHP Classes

File: SmallServerAdmin/servers/default.php

Recommend this page to a friend!
  Classes of Aleksey Nemiro   PHP Small Server Administrator   SmallServerAdmin/servers/default.php   Download  
File: SmallServerAdmin/servers/default.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: PHP Small Server Administrator
Web panel for small Debian and Ubuntu servers
Author: By
Last change:
Date: 7 years ago
Size: 462 bytes
 

Contents

Class file image Download
<?php

// Specify in this file the parameters of connection to the server.
// WARNING: DO NOT DECLARE $config

// server config
$config['server_name'] = 'Main Server';
$config['server_description'] = 'My most main server.';
# $config['server_disabled'] = TRUE;

// ssh
$config['ssh_host'] = '192.168.56.139';
$config['ssh_port'] = '22';
$config['ssh_user'] = 'ssh username';
$config['ssh_password'] = 'ssh password here';
$config['ssh_required_password'] = TRUE;