Spectral Force

Members
  • Posts

    170
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by Spectral Force

  1. 54 minutes ago, HexNZ said:

    Loving UnRaid, recently needed a NAS + 'All in one' box. Just having an issue with the 7DTD (7 Days to Die) docker.

    - I have installed the 7DTD docker, I have started it.
    - I can connect to the server via my client and other clients on my LAN can see the server. But I cannot figure out how to admin the 7DTD server.
    - Yes I can change the .xml to add mods etc... But how can I RESTART / KICK PLAYERS / RUN SERVER COMMANDS?

    On my client PC I cannot TELNET to the 7DTD Server, even though Telnet is enabled on my WIN 10 PC and Telnet is allowed in the 7DTD configs.

    Any ideas? Is there a guide I can look at, my 'google fu' is all used up. :)
     

    First off you don't want to use telnet, its complete shit.  There are server managers out there that connect via Alloc's server fixes api, like the CSMM-7DTD docker.  I run a discord for 7D server owners and admins: https://discord.gg/VwwYA5h  You can join and get tech support and help for running and managing a server.

     

    There are basic vanilla commands, you can access by typing help in the console.

     

    • Thanks 1
  2. 15 minutes ago, mattie112 said:

    So it seems that letsencrypt cannot access the fiel it want's. When I go to the website mentioned I get redirected to a site "survey-smiles" (with a huge alert from MalwareBytes) so I can only assume that letsencrypt faces the same issue.

     

    If you go to your site do you end up correctly? (Assuming the survey-smiles thing is not yours).

     

    And just for funs here is the output of that domain:

     

    
    xx@xx:~# curl irc.spectralforceservers.net
    <html><head><title>Loading...</title></head><body><script type='text/javascript'>window.location.replace('http://irc.spectralforceservers.net/?js=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQ<removed>TUsInRzIjoxNjA2NzQ5MjE1MzI2OTIyfQ.iwTewrvuWy6FWsN3bbD0pVnXh36dwDhFwp0Hamm07RY&sid=9db9<removed>cc3238fa');</script></body></html>

    So yes your site does issue a redirect (the same happens with /.well-kown/acme-challenge/somerandomstring)

    Yeah that's definitely wrong.  I'll try changing the subdomain and see if that works.

     

    Even with a new subdomain it still is going to that smiles survey, which is weird, should I contact my domain provider at this point?

  3. On 11/23/2020 at 8:48 AM, mattie112 said:

    Perhaps you can try `certbot renew --dry-run` just to see if that works? Or perhaps `certbot --test-cert` ro verify letsencrypt could be reached.

     

    And just to be really sure: can you ping from within the NPM container to the internet?

    @mattie112

     

    Getting back to this.  I can ping from the container.  When I do the dry run, it says Cerbot is already running.

     

    I get the following error from the log 

    Quote

     

    2020-11-30 09:56:46,228:DEBUG:acme.client:Storing nonce: 0003zHntUKE9Oxgxpsq2L1IDEF4VMp9I5SDSoDg3GCK8AHw
    2020-11-30 09:56:46,228:WARNING:certbot._internal.auth_handler:Challenge failed for domain irc.spectralforceservers.net
    2020-11-30 09:56:46,229:INFO:certbot._internal.auth_handler:http-01 challenge for irc.spectralforceservers.net
    2020-11-30 09:56:46,229:DEBUG:certbot._internal.reporter:Reporting to user: The following errors were reported by the server:

    Domain: irc.spectralforceservers.net
    Type:   unauthorized
    Detail: Invalid response from http://irc.spectralforceservers.net/.well-known/acme-challenge/vxRjJMhh-i5YTWmGUfElTq9CLZQrqNrmZKE1pWMI8OI [172.98.192.36]: "<html><head><title>Loading...</title></head><body><script type='text/javascript'>window.location.replace('http://irc.spectralfor"

    To fix these errors, please make sure that your domain name was entered correctly and the DNS A/AAAA record(s) for that domain contain(s) the right IP address.
    2020-11-30 09:56:46,229:DEBUG:certbot._internal.error_handler:Encountered exception:
    Traceback (most recent call last):
      File "/usr/lib/python3.8/site-packages/certbot/_internal/auth_handler.py", line 91, in handle_authorizations
        self._poll_authorizations(authzrs, max_retries, best_effort)
      File "/usr/lib/python3.8/site-packages/certbot/_internal/auth_handler.py", line 180, in _poll_authorizations
        raise errors.AuthorizationError('Some challenges have failed.')
    certbot.errors.AuthorizationError: Some challenges have failed.

     

    My CNAME and duckdns.org url are linked.  Thanks for your help!

  4. 10 hours ago, mattie112 said:

    Can you check the logfile mentioned: /var/log/letsencrypt/letsencrypt.log

    (this file exists in your docker container so docker exec -it NginxProxyManager sh and then cat /var/log/letsencrypt/letsencrypt.log)

     

    Also:

    Is this the only domain that fails or does everything fail?

    @mattie112   I haven't tried any other domain as I haven't need any others.  As for the log file, I can add it here as long as there's no sensitive info in it.

  5. Ok, for the past few days I've been trying to get a cert and keep getting the following error:

     

    Quote

    Internal Error

     

    Error: Command failed: /usr/bin/certbot certonly --non-interactive --config "/etc/letsencrypt.ini" --cert-name "npm-23" --agree-tos --email "[email protected]" --preferred-challenges "dns,http" --domains "irc.spectralforceservers.net" Saving debug log to /var/log/letsencrypt/letsencrypt.log Plugins selected: Authenticator webroot, Installer None Obtaining a new certificate Performing the following challenges: http-01 challenge for irc.spectralforceservers.net Using the webroot path /config/letsencrypt-acme-challenge for all unmatched domains. Waiting for verification... Challenge failed for domain irc.spectralforceservers.net http-01 challenge for irc.spectralforceservers.net Cleaning up challenges Some challenges have failed. at ChildProcess.exithandler (child_process.js:303:12) at ChildProcess.emit (events.js:315:20) at maybeClose (internal/child_process.js:1021:16) at Process.ChildProcess._handle.onexit (internal/child_process.js:286:5)

     

    If anyone has a resolution or could shed some light on the subject, it would be greatly appreciated.

     

    Note: I have tried the renew certbot command previously mentioned.  Thanks in advance for any help.

  6. 14 minutes ago, Reapergrrimm said:

    i double checked that as well. I even tried renaming the file just to see if it would make a difference. It didn't.

    Are you hosting more than 1 server? Are you using the default settings in the template?  If you use discord, I run one explicitly for 7D server owners and admins to provide help.  You can join here if you like https://discord.gg/VwwYA5h,  I am more readily available on there as well as my staff to provide help.

    • Like 1
  7. Ich,

     

    Arma 3, that is the server and not the client correct?  Also when you have time, could you look at into creating a container for the Arma 3 headless client. 

     

    "A Headless Client can be used by missions to offload AI processing to a dedicated client, freeing up the dedicated server process from most AI processing. Thus more AI units can be spawned and the server process will be able to dedicate most of it is processing towards communication with the clients. For a Headless Client/Dedicated Server to function together efficiently, they both need to be connected to each other via extremely low latency and high bandwidth. Effectively, they need to be on the same LAN at least, but preferably running on the same computer."

     

    Thanks!

  8. Hopefully this isn't more confusing.  For Conan Exiles mods, its supposed to be able to just use the mods file name in a text file, each mod on its own line.  I've had issues with this part in the past, idk if they fixed it.  There are 2 other alternatives to this, 1. mapping the exact location in the folder, (ie on windows c:\servers\conan exiles\mods\mod.pak) Example is not accurate path.  2. mapping the full steam workshop link (ie. https://steamcommunity.com/sharedfiles/filedetails/?id=880454836)  IIRC this is being run with WINE, however I've never dealt with WINE, I am assuming that it uses the same setup as windows for pathing?  IMO if the text file works, that would probably be the best option.  With all this being said, I haven't run a CE server in around a year-ish.

    • Thanks 1
  9. On 9/13/2020 at 9:07 AM, ich777 said:

    Yes, this has removed the management console.

    The managememt window was only a bonus with the windows version (the old version of the container).

    I think there is no management window in the limux version (could also be wrong).

     

    @DSandyGuy eventually @Spectral Force can help? I'm not too familar with ARK and mods...

    I'm very late to the party, haven't been checking the forums but I've never run an Ark server.  7DTD is my area.

     

  10. For pterodactyl-panel I'm getting the following error in the unraid log

     

    Quote


    Starting Pterodactyl v0.7.17 in 5 seconds...
    [Warning] Disabling HTTPS

    In Compiler.php line 36:

    Please provide a valid cache path.

     

    Anyone have a solution for this?  I've already applied the mariadb db add mentioned previously in this thread.  Thanks in advance for the assistance.

  11. 1 hour ago, Natcoso9955 said:

    I can probably export the docker template for you. (portainer is great for this) for the always loading, i dont know what the fix is for that.

    The issue i has was that the initial call to start the program was called with a timeout of 60 seconds, for some reason even though my system runs at only 20% usage max on everything 60 seconds was not long enough for it to build all the tables. if you are missing even 1 table, it looks like its all running but when you try and login with steam, it returns and gives a 502 error. This error was basically a timeout packet was received. The timeout being called by CSMM. Long story short the logs basically pointed to not being able to find tables, which then i fixed by manually running the command with a 5min timeout. (also had tried merging db files which was working, but i always was still missing 1-2 tables.)

     

    I'd love to help in anyway i can to get this working for the community.

    The docker template, is that a generic unraid template or specific to ich's release of this?  Containers aren't my thing so not quite sure what you mean?  I'm not sure what the difference is between a "standard" container vs what unraid uses.

  12. 4 hours ago, Natcoso9955 said:

    I ended up getting it working just had to manually run the initial command that creates database.

     

    After the database was all there proxy manager was simple.

     

    Did you have the issue of it always saying loading on main screen? Mine does, but only on list. I can still fully interact with the server.

    I did but never got around to addressing it.  If you want you can PM for the official discord.  However i had issues with my unraid and Ich took down the container :( so I can't re download it.  If there was an example/template of what needs to be done for unraid I can probably have the author fork out an official container.

  13. On 5/22/2020 at 3:58 AM, ich777 said:

    I think i will pull the container from the CA App since i'm not personally using it and i got not much time to troubleshoot this and also it's too complicated to setup.

    If @Spectral Force confirms that it's working or not i will publish it again or depricate the container.

    Please try the official CSMM container.

    I missed this message.  I did have it working and was working well.