Question Access files dedicated server

Discussion in 'Community Support' started by emperor312, Jun 3, 2015.

  1. emperor312

    emperor312 New Member

    Joined:
    Jun 3, 2015
    Ratings:
    +0 / 0 / -0
    Hi i'm french and my english is very bad.
    I have a question :
    I heberge a dedicated server distance and i don't understand why creat and access with ID and password in the access files.

    Thanks
     
  2. J-F Chardon

    J-F Chardon KW Studios Developer

    Joined:
    Jan 15, 2015
    Ratings:
    +5,041 / 0 / -0
    Maybe it is better to write also the question in french under the english. I will probably understand it better.
     
    • Funny Funny x 2
  3. Winpoks

    Winpoks Member

    Joined:
    Jan 31, 2015
    Ratings:
    +7 / 0 / -0
    :D

    Suffit de créer un fichier sans extension, mais tu peux en créer un avec une extension (.txt par exemple via le bloc note) et la supprimer par la suite . Tu y mets ton login puis le mot de passe sur la même ligne séparé par deux points. Tu enregistres et ensuite tu n'oublies pas de supprimer l'extension.

    Ça donnera ça par exemple : emperor312:motdepasse

    Pour accéder à l'interface tu dois aller sur ton navigateur, aller sur ton serveur par l'adresse ip ou le nom de domaine en y ajoutant le port (8088). Par exemple dans le navigateur : emperor312.com:8088
    Le fichier access permet un accès externe et agira comme une protection .htaccess (pop up avec login et mot de passe).
     
  4. J-F Chardon

    J-F Chardon KW Studios Developer

    Joined:
    Jan 15, 2015
    Ratings:
    +5,041 / 0 / -0
    Copy paste from Sonat:

    - By default, access to the front end is local only, meaning you can’t access it by typing the server IP and port 8080 from another machine. In order to enable external access, admin needs to create an access file and add username and password in it.


    - Admin can create an access file in the folder where the dedicated is installed. In this file, add username and password to bind it to the public IP which makes frontend accessible externally. In the access file add the username and password as shown below.

    Code:
    user1:assword
    user2:assword
    The file name needs to be “access” with no extension. Please make sure you don’t create a txt file by mistake.
     
  5. emperor312

    emperor312 New Member

    Joined:
    Jun 3, 2015
    Ratings:
    +0 / 0 / -0
    merci beaucoup je vais essaye ca alors
     
  6. emperor312

    emperor312 New Member

    Joined:
    Jun 3, 2015
    Ratings:
    +0 / 0 / -0
    apres test le fichier est bien creer mais maintenant impossible de se connecter au distant avec le port 8088 erreur http 404.
    Dc si vous avez une slution de suis preneur
     
  7. Kessu

    Kessu New Member

    Joined:
    Jul 31, 2015
    Ratings:
    +0 / 0 / -0
    Code:
    user1:assword
    user2:assword
    The file name needs to be “access” with no extension. Please make sure you don’t create a txt file by mistake.

    Yep, right. But how do I create this file? Notepad only makes .txt-files.
    Yes, I know. I'm not the coolest guy with these things.