Quantcast
Channel: Ocsinventory Q&A - Recent questions and answers in OCS Inventory NG server
Viewing all 7082 articles
Browse latest View live

"Information" ->"Log visualization" shows "NO RESULT"

$
0
0

I have a running/working OCS server (on Ubuntu 16.04) which already deployed some activated packages to my test-clients. So the basic setup works.

Currently i am wondering why "Information" -> "Log visualization" just shows a "NO RESULT" notification.

I am assuming it should display the content of /var/log/ocsinventory-server/activity.log or what else should be displayed there?


"Information" ->"Statistics" shows "No Files"

$
0
0
When i navigate to "Information" -> "Statistics" i just see a notification with the text "No Files".

What is OCS supposed to show here, where would that information be stored and why is it empty for me?

Version OCSReports: 2.3.1

Usage of assignment rules

$
0
0

Hello,

i did setup an Ubuntu 16.04 server which acts as OSC-Inventory server in my network. Around 20 clients are installed so far and basic software deployment works in general.

I realized i can assign a single package to a single host or a group which both worked in my tests.

One topic which i haven't understood so far are "assignment rules" and how they are used. (Menu: Deploy -> assignment rules)

I do know that i can define them, but i don't understand the user-interface to add them and how they are supposed to be used.

UI lets me configure for example:

  • Rule name: test_rule_01
  • Priority: 5
  • Computer value: NAME
  • Operator: =
  • Server value: NAME

But what is the target / objective / action behind this rule. there is no direct connection to either software packages nor to hosts.

The wiki documentation for this topic does not exists so far.

Asking in IRC resulted in no feedback at all for this specific topic.

Any help is appreciated.

Best regards

Florian

Apache will not start afetr installation with ./setup.sh

$
0
0
I've installed version OCSNG_UNIX_SERVER-2.3.1 on a CentOS v7 server. The installation of all packages went well with YUM and I used /.setup.sh to install OCS which went well (I did not not installed the SOAP components for now).

Apache will not start unless I remove my /etc/httpd/conf.d/z-ocsinventory-server.conf file or comment the plugins part towards the end of the file. My /etc/ocsinventory-server/plugins & perl folders are all empty.

Below is the errors I get:

[root@cos-01 ~]# systemctl start httpd.service
Job for httpd.service failed because the control process exited with error code. See "systemctl status httpd.service" and "journalctl -xe" for details.
[root@cos-01 ~]# ^C
[root@cos-01 ~]# systemctl status httpd.service
● httpd.service - The Apache HTTP Server
   Loaded: loaded (/usr/lib/systemd/system/httpd.service; enabled; vendor preset: disabled)
   Active: failed (Result: exit-code) since Thu 2017-07-13 12:30:56 EDT; 21s ago
     Docs: man:httpd(8)
           man:apachectl(8)
  Process: 32411 ExecStop=/bin/kill -WINCH ${MAINPID} (code=exited, status=1/FAILURE)
  Process: 32409 ExecStart=/usr/sbin/httpd $OPTIONS -DFOREGROUND (code=exited, status=1/FAILURE)
 Main PID: 32409 (code=exited, status=1/FAILURE)

Jul 13 12:30:56 cos-01.joliette.local systemd[1]: Starting The Apache HTTP Server...
Jul 13 12:30:56 cos-01.joliette.local systemd[1]: httpd.service: main process exited, code=exited, status=1/FAILURE
Jul 13 12:30:56 cos-01.joliette.local kill[32411]: kill: cannot find process ""
Jul 13 12:30:56 cos-01.joliette.local systemd[1]: httpd.service: control process exited, code=exited status=1
Jul 13 12:30:56 cos-01.joliette.local systemd[1]: Failed to start The Apache HTTP Server.
Jul 13 12:30:56 cos-01.joliette.local systemd[1]: Unit httpd.service entered failed state.
Jul 13 12:30:56 cos-01.joliette.local systemd[1]: httpd.service failed.
[root@cos-01 ~]#
[root@cos-01 ~]# journalctl -xe
-- Unit session-158.scope has begun starting up.
Jul 13 12:30:01 cos-01.joliette.local CROND[32371]: (root) CMD (/usr/lib64/sa/sa1 1 1)
Jul 13 12:30:56 cos-01.joliette.local polkitd[896]: Registered Authentication Agent for unix-process:32403:8027081 (system bus name :1.463 [/usr/bin/pkttyagent --notify-fd 5 --fallbac
Jul 13 12:30:56 cos-01.joliette.local systemd[1]: Starting The Apache HTTP Server...
-- Subject: Unit httpd.service has begun start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit httpd.service has begun starting up.
Jul 13 12:30:56 cos-01.joliette.local systemd[1]: httpd.service: main process exited, code=exited, status=1/FAILURE
Jul 13 12:30:56 cos-01.joliette.local kill[32411]: kill: cannot find process ""
Jul 13 12:30:56 cos-01.joliette.local systemd[1]: httpd.service: control process exited, code=exited status=1
Jul 13 12:30:56 cos-01.joliette.local systemd[1]: Failed to start The Apache HTTP Server.
-- Subject: Unit httpd.service has failed
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit httpd.service has failed.
--
-- The result is failed.
Jul 13 12:30:56 cos-01.joliette.local systemd[1]: Unit httpd.service entered failed state.
Jul 13 12:30:56 cos-01.joliette.local systemd[1]: httpd.service failed.
Jul 13 12:30:56 cos-01.joliette.local polkitd[896]: Unregistered Authentication Agent for unix-process:32403:8027081 (system bus name :1.463, object path /org/freedesktop/PolicyKit1/A

Apache will not start after installation with ./setup.sh

$
0
0
I've installed version OCSNG_UNIX_SERVER-2.3.1 on a CentOS v7 server. The installation of all packages went well with YUM and I used /.setup.sh to install OCS which went well (I did not not installed the SOAP components for now).

Apache will not start unless I remove my /etc/httpd/conf.d/z-ocsinventory-server.conf file or comment the plugins part towards the end of the file. My /etc/ocsinventory-server/plugins & perl folders are all empty.

Below is the errors I get:

[root@cos-01 ~]# systemctl start httpd.service
Job for httpd.service failed because the control process exited with error code. See "systemctl status httpd.service" and "journalctl -xe" for details.
[root@cos-01 ~]# ^C
[root@cos-01 ~]# systemctl status httpd.service
● httpd.service - The Apache HTTP Server
   Loaded: loaded (/usr/lib/systemd/system/httpd.service; enabled; vendor preset: disabled)
   Active: failed (Result: exit-code) since Thu 2017-07-13 12:30:56 EDT; 21s ago
     Docs: man:httpd(8)
           man:apachectl(8)
  Process: 32411 ExecStop=/bin/kill -WINCH ${MAINPID} (code=exited, status=1/FAILURE)
  Process: 32409 ExecStart=/usr/sbin/httpd $OPTIONS -DFOREGROUND (code=exited, status=1/FAILURE)
 Main PID: 32409 (code=exited, status=1/FAILURE)

Jul 13 12:30:56 cos-01.joliette.local systemd[1]: Starting The Apache HTTP Server...
Jul 13 12:30:56 cos-01.joliette.local systemd[1]: httpd.service: main process exited, code=exited, status=1/FAILURE
Jul 13 12:30:56 cos-01.joliette.local kill[32411]: kill: cannot find process ""
Jul 13 12:30:56 cos-01.joliette.local systemd[1]: httpd.service: control process exited, code=exited status=1
Jul 13 12:30:56 cos-01.joliette.local systemd[1]: Failed to start The Apache HTTP Server.
Jul 13 12:30:56 cos-01.joliette.local systemd[1]: Unit httpd.service entered failed state.
Jul 13 12:30:56 cos-01.joliette.local systemd[1]: httpd.service failed.
[root@cos-01 ~]#
[root@cos-01 ~]# journalctl -xe
-- Unit session-158.scope has begun starting up.
Jul 13 12:30:01 cos-01.joliette.local CROND[32371]: (root) CMD (/usr/lib64/sa/sa1 1 1)
Jul 13 12:30:56 cos-01.joliette.local polkitd[896]: Registered Authentication Agent for unix-process:32403:8027081 (system bus name :1.463 [/usr/bin/pkttyagent --notify-fd 5 --fallbac
Jul 13 12:30:56 cos-01.joliette.local systemd[1]: Starting The Apache HTTP Server...
-- Subject: Unit httpd.service has begun start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit httpd.service has begun starting up.
Jul 13 12:30:56 cos-01.joliette.local systemd[1]: httpd.service: main process exited, code=exited, status=1/FAILURE
Jul 13 12:30:56 cos-01.joliette.local kill[32411]: kill: cannot find process ""
Jul 13 12:30:56 cos-01.joliette.local systemd[1]: httpd.service: control process exited, code=exited status=1
Jul 13 12:30:56 cos-01.joliette.local systemd[1]: Failed to start The Apache HTTP Server.
-- Subject: Unit httpd.service has failed
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit httpd.service has failed.
--
-- The result is failed.
Jul 13 12:30:56 cos-01.joliette.local systemd[1]: Unit httpd.service entered failed state.
Jul 13 12:30:56 cos-01.joliette.local systemd[1]: httpd.service failed.
Jul 13 12:30:56 cos-01.joliette.local polkitd[896]: Unregistered Authentication Agent for unix-process:32403:8027081 (system bus name :1.463, object path /org/freedesktop/PolicyKit1/A

Apache will not start after installation of OCS with ./setup.sh

$
0
0
I've installed version OCSNG_UNIX_SERVER-2.3.1 on a CentOS v7 server. The installation of all packages went well with YUM and I used /.setup.sh to install OCS which went well (I did not not installed the SOAP components for now).

Apache will not start unless I remove my /etc/httpd/conf.d/z-ocsinventory-server.conf file or comment the plugins part towards the end of the file. My /etc/ocsinventory-server/plugins & perl folders are all empty.

Below is the errors I get:

[root@cos-01 ~]# systemctl start httpd.service
Job for httpd.service failed because the control process exited with error code. See "systemctl status httpd.service" and "journalctl -xe" for details.
[root@cos-01 ~]# ^C
[root@cos-01 ~]# systemctl status httpd.service
● httpd.service - The Apache HTTP Server
   Loaded: loaded (/usr/lib/systemd/system/httpd.service; enabled; vendor preset: disabled)
   Active: failed (Result: exit-code) since Thu 2017-07-13 12:30:56 EDT; 21s ago
     Docs: man:httpd(8)
           man:apachectl(8)
  Process: 32411 ExecStop=/bin/kill -WINCH ${MAINPID} (code=exited, status=1/FAILURE)
  Process: 32409 ExecStart=/usr/sbin/httpd $OPTIONS -DFOREGROUND (code=exited, status=1/FAILURE)
 Main PID: 32409 (code=exited, status=1/FAILURE)

Jul 13 12:30:56 cos-01.joliette.local systemd[1]: Starting The Apache HTTP Server...
Jul 13 12:30:56 cos-01.joliette.local systemd[1]: httpd.service: main process exited, code=exited, status=1/FAILURE
Jul 13 12:30:56 cos-01.joliette.local kill[32411]: kill: cannot find process ""
Jul 13 12:30:56 cos-01.joliette.local systemd[1]: httpd.service: control process exited, code=exited status=1
Jul 13 12:30:56 cos-01.joliette.local systemd[1]: Failed to start The Apache HTTP Server.
Jul 13 12:30:56 cos-01.joliette.local systemd[1]: Unit httpd.service entered failed state.
Jul 13 12:30:56 cos-01.joliette.local systemd[1]: httpd.service failed.
[root@cos-01 ~]#
[root@cos-01 ~]# journalctl -xe
-- Unit session-158.scope has begun starting up.
Jul 13 12:30:01 cos-01.joliette.local CROND[32371]: (root) CMD (/usr/lib64/sa/sa1 1 1)
Jul 13 12:30:56 cos-01.joliette.local polkitd[896]: Registered Authentication Agent for unix-process:32403:8027081 (system bus name :1.463 [/usr/bin/pkttyagent --notify-fd 5 --fallbac
Jul 13 12:30:56 cos-01.joliette.local systemd[1]: Starting The Apache HTTP Server...
-- Subject: Unit httpd.service has begun start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit httpd.service has begun starting up.
Jul 13 12:30:56 cos-01.joliette.local systemd[1]: httpd.service: main process exited, code=exited, status=1/FAILURE
Jul 13 12:30:56 cos-01.joliette.local kill[32411]: kill: cannot find process ""
Jul 13 12:30:56 cos-01.joliette.local systemd[1]: httpd.service: control process exited, code=exited status=1
Jul 13 12:30:56 cos-01.joliette.local systemd[1]: Failed to start The Apache HTTP Server.
-- Subject: Unit httpd.service has failed
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit httpd.service has failed.
--
-- The result is failed.
Jul 13 12:30:56 cos-01.joliette.local systemd[1]: Unit httpd.service entered failed state.
Jul 13 12:30:56 cos-01.joliette.local systemd[1]: httpd.service failed.
Jul 13 12:30:56 cos-01.joliette.local polkitd[896]: Unregistered Authentication Agent for unix-process:32403:8027081 (system bus name :1.463, object path /org/freedesktop/PolicyKit1/A

Probléme avec la DB et PhpMyAdmin

$
0
0

Bonjour, j'ai un probléme avec la DB OCSWEB sur Phpmyadmin, si je veux visualiser une table ou faire une requête via l'onglet SQL il me fait une erreur "

OCSInventory dois je tout réinstaller?

$
0
0

Bonjour

j'ai installé OCSNG UNIX SERVER 2.2.1 sur ubuntu 16.04.1

J'ai plusieurs problèmes qui semble similaire à ce post : http://ask.ocsinventory-ng.org/1613/erreur-a-linstallation

( Dois je faire un post par problème ? )

la version d'Apache est 2.4.25

pour mysql : 5.7.18

1)Lors de l'installation d'OCS, j'ai mis non a cette question ( donc pas de fichier Z-ocsinventory-server.conf : " )

To ensure Apache loads mod_perl before OCS Inventory NG Communication Server,
Setup can name Communication Server Apache configuration file
'z-ocsinventory-server.conf' instead of 'ocsinventory-server.conf'.
Do you allow Setup renaming Communication Server Apache configuration file
to 'z-ocsinventory-server.conf' ([y]/n) ?"

2)Je vois dans les posts du forum, qu'il est fait réference à /usr/share/ocsinventory-reports/ocsreports : mon dossier share est vide, est ce que je peux y copier ocsinventory-reports/ocsreports d'un autre endroit ?
3) et pour l'accès à 127.0.0.1/ocsreports j'ai le message :
" You don't have permission to acces /ocsreports on this server"
J'imagine que c'est dans /etc/apache2 que je dois modifier, mais je ne sais pas quel fichier ....
Est ce que l'on peut corriger, ou je dois refaire une installation ?
Merci d'avance pour vos infos et votre aide 

What agent version and configuration to use with EyesOfNetwork 5.1 ?

$
0
0
Hello everyone,

Am unable to get ocs agent to work with EyesOfNetwork 5.1 (EON). I'm always getting an error stating the following :

Starting OCS Inventory NG Agent on Monday, June 19, 2017 13:29:19.
AGENT => Running OCS Inventory NG Agent Version 2.3.0.0
AGENT => Using OCS Inventory NG FrameWork Version 2.3.0.0
AGENT => Loading plug-in(s)
    DLL PLUGIN => Searching for Plug-in DLL(s) in folder <C:\Program Files (x86)\OCS Inventory Agent\plugins>
    DLL PLUGIN => 0 DLL Plug-in(s) successfully loaded on 0 DLL(s) found
AGENT => Using network connection with Communication Server
    COM PROVIDER => Loading Communication Provider <C:\Program Files (x86)\OCS Inventory Agent\ComHTTP.dll>
AGENT => Using Communication Provider <OCS Inventory NG cURL Communication Provider> Version <2.3.0.0>
AGENT => Sending Prolog
    DID_CHECK => Read DeviceID <WIN7TEST-PC-2017-04-19-16-09-39> and MACs <00:0C:29:4F:3F:6200:FF:6A:F3:B4:4F02:00:4C:4F:4F:50> in file <ocsinventory.dat>
    COM SERVER => Initializing cURL library for sendRequest
    COM SERVER => Using cURL without server authentication
    COM SERVER => Disabling cURL proxy support
    COM SERVER => Enabling cURL SSL server validation support using CA Bundle <C:\ProgramData\OCS Inventory NG\Agent\cacert.pem>
    COM SERVER => Sending HTTP Post request to URL <http://10.0.0.160/ocsinventory>
    WARNING *** COM SERVER => Failed to send HTTP Post request <Couldn't connect to server>
    COM SERVER => Cleaning cURL library
ERROR *** AGENT => Failed to send Prolog <Couldn't connect to server>
AGENT => Unloading communication provider
AGENT => Unloading plug-in(s)
AGENT => Execution duration: 00:00:21.

can anyone help please ? thanking you in adavance.

Answered: "Information" ->"Log visualization" shows "NO RESULT"

$
0
0

Hi Fpoeck,

for some reason, the log.csv file can not be created by the v. 2.31 OCS server...

To solve this problem, in the file : /usr/share/ocsinventory-reports/ocsreports/require/function_commun.php

Add doubles slashs at the beginning of these lines :

//if (is_writable(LOG_FILE)){

and

//}

Result :

 /********************************END SQL FUNCTION************************************/

 function addLog( $type, $value="",$lbl_sql='') {
         //global $logHandler;
         if ($_SESSION['OCS']['LOG_GUI'] == 1){

                 //if (is_writable(LOG_FILE)){
                         $logHandler = fopen( LOG_FILE, "a");
                         $dte = getDate();
                         $date = sprintf("%02d/%02d/%04d %02d:%02d:%02d", $dte["mday"], $dte["mon"], $dte["year"], $dte["hours"], $dte["minutes"], $dte["seconds"]);
                         if ($lbl_sql != ''){
                                 $value=$lbl_sql.' => '.$value;
                         }
                         $towite=$_SESSION['OCS']["loggeduser"].";".$date.";".DB_NAME.";".$type.";".$value.";".$_SERVER['REMOTE_ADDR'].";\n";
                         fwrite($logHandler,$towite);
                         fclose($logHandler);
                 //}
         }

Regards, Stéphane

Answered: "Information" ->"Statistics" shows "No Files"

$
0
0

Hi, my answer to your question :

https://ask.ocsinventory-ng.org/7364/information-log-visualization-shows-no-result

... must also solve this problem of statistics ... If this is not the case for you, add double slashs at the beginning of the lines in the following file :

/usr/share/ocsinventory-reports/ocsreports/plugins/main_sections/ms_stats/class/msstatsconnexion.class.php

        //if (!is_readable($ms_cfg_file)) {
            msg_info("No Files");
            return false;
        //}

Regards, Stéphane

Answered: Problème de uptime

$
0
0
Bonjour Nicolas,

dans le dossier "C:\ProgramData\OCS Inventory NG\Agent\", la présence d'un XML au nom du script indique qu'il ne s'exécute pas correctement au moment de l'intégration dans le XML qui sera envoyé au serveur OCS, d'où l'absence d'information remontée.

Sur l'un des PC concernées, as-tu exécuté manuellement le VBS en tant qu'admin local ? Si ça fonctionne en forçant en local un inventaire ?

"C:\Program Files (x86)\OCS Inventory Agent\OCSInventory.exe" /local /xml=".\"

Sinon, as-tu vérifié le formatage du VBS, le réglage de l'UAC, l'exécution d'un autre script qui passe aussi par WMI ?

Load large packets

$
0
0
Good morning, I'm trying to create a package to run Windows updates, but if the files are very large it leaves an error and does not create, with the little ones there is no problem. If they could help me, I can not know the maximum size of the packages or how to change it. Thank you very much

Answered: how to force https for DOWNLOAD_URI_FRAG

$
0
0

Hi,

i've installed 2.3.1 NG server OCSI but i've the same problem.

have you find a way to use fragment packet http ?

Someone knows if "This is planed. This is previous for a next version." job is done for 2.3.1 version ?

Answered: probleme sur Howtos:Install OCS on debian

$
0
0
Salut,

Je viens d'installer la 2.3.1 du serveur OCSI sur une centos et j'ai le meme probleme, tu as trouvé une solution, SSL ou sans SSL ?

How to secure server with password

$
0
0
Hello,

We are looking to integrate OCS inventory in our network but ther is one important requirement we need in order to go with it. The server has to be protected with a password.

Now i can see when i use the agent installer that there is an optional password in the wizard on the page where you enter the server's address. " Server Credentials (optional)..."

I looked everywhere in the server web UI for this parameter and i can't find it anywhere. I also looked on Google and here ( i used keywords like "password" and "server credentials" but i cannot find my answer.

I just need a simple nuge in the right direction. (ex : the .conf i need to edit or the section in the UI that manages this.) I will figure out the rest.

Thank you.

Answered: probleme sur Howtos:Install OCS on debian

Problème migration OCS 2.3 -> OCS 2.3.1

$
0
0

Bonjour à tous,

Je suis passé de la version 2.3 à la version 2.3.1 afin de régler les problèmes de doublons dans OCS, j'avais cette erreur dans activity.log :

Fri Jul  7 13:25:39 2017;-2017-07-OCS-NG_WINDOWS_AGENT_v2.1.0.3;duplicate;replacing_error

Plutôt que de réinstaller OCS, j'ai comparé les fichiers de la partie server et de la partie ocsreports qui ont changé sur github (/compare) de la version 2.3 à la 2.3.1 puis j'ai modifié leur contenu. J'ai relancé le service apache plusieurs fois sur le serveur mais rien n'y change. Ma remontée de poste fonctionne toujours (OCSInventory Server) mais c'est l'accès web (OCSInventory reports) qui ne fonctionne plus ( HTTP 500 ).

Voici donc le contenu de mon log apache :


[Mon Jul 17 11:20:50.447629 2017] [:error] [pid 4702] PHP Catchable fatal error:  Argument 1 passed to XMLUrlsSerializer::serialize() must be an instance of Urls, boolean given, called in /ocsinventory-reports/ocsreports/require/config/include.php on line 57 and defined in /ocsinventory-reports/ocsreports/require/config/XMLUrlsSerializer.php on line 29
[Mon Jul 17 11:20:50.447668 2017] [:error] [pid 4702] PHP Stack trace:
[Mon Jul 17 11:20:50.447676 2017] [:error] [pid 4702] PHP   1. {main}() /ocsinventory-reports/ocsreports/index.php:0
[Mon Jul 17 11:20:50.447680 2017] [:error] [pid 4702] PHP   2. require() /ocsinventory-reports/ocsreports/index.php:44
[Mon Jul 17 11:20:50.447684 2017] [:error] [pid 4702]  PHP   3. require_once() /ocsinventory-reports/ocsreports/require/header.php:332
[Mon Jul 17 11:20:50.447688 2017] [:error] [pid 4702] PHP   4. require_once() /ocsinventory-reports/ocsreports/backend/identity/identity.php:30
[Mon Jul 17 11:20:50.447693 2017] [:error] [pid 4702] PHP   5. migrate_config_2_2() /ocsinventory-reports/ocsreports/backend/identity/methode/local.php:50
[Mon Jul 17 11:20:50.447710 2017] [:error] [pid 4702] PHP   6. migrate_urls_2_2() /ocsinventory-reports/ocsreports/require/config/include.php:46
[Mon Jul 17 11:20:50.447716 2017] [:error] [pid 4702] PHP   7. XMLUrlsSerializer->serialize() /ocsinventory-reports/ocsreports/require/config/include.php:57

En remontant la stack d'erreur, depuis include.php ligne 57, on remonte aux fonctions php read_config_file puis read_files. Apparement, ce serait cette dernière fonction qui renverrait un booleen (False) à la place du contenu du fichier de config.

Savez-vous comment je peux corriger cette erreur?

Answered: Any way to see the first contact / first inventory of a computer?

$
0
0
this information is not store in OCS. As it, it's not possible to view this information.

How to secure server with password

$
0
0
Hello,

We are looking to integrate OCS inventory in our network but ther is one important requirement we need in order to go with it. The server has to be protected with a password.

Now i can see when i use the agent installer that there is an optional password in the wizard on the page where you enter the server's address. " Server Credentials (optional)..."

I looked everywhere in the server web UI for this parameter and i can't find it anywhere. I also looked on Google and here ( i used keywords like "password" and "server credentials" but i cannot find my answer.

I just need a simple nuge in the right direction. (ex : the .conf i need to edit or the section in the UI that manages this.) I will figure out the rest.

Thank you.
Viewing all 7082 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>