-
Notifications
You must be signed in to change notification settings - Fork 60
Moving troublshooting to its own page and removing migration from faq #55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
LexFuturorum
wants to merge
8
commits into
pufferpanel:2.x
Choose a base branch
from
LexFuturorum:2.x
base: 2.x
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 5 commits
Commits
Show all changes
8 commits
Select commit
Hold shift + click to select a range
c7a8d13
New install page layout
LexFuturorum f37c27b
Moving some of disco's rageposts to a new place and striking the upgr…
LexFuturorum a954e34
Merge branch 'pufferpanel:2.x' into 2.x
LexFuturorum de3ca9e
FAT FINGER
LexFuturorum 0637a02
thinking is not writing, apperently
LexFuturorum b21c104
grammar, casing and all the other errors
LexFuturorum e5a9a79
making the first box work
LexFuturorum 5716483
Update troubleshooting.rst
LexFuturorum File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
Troubleshooting | ||
=============== | ||
|
||
How do i know what to do? | ||
^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
|
||
Take a look at your logs and at the service, look for any unusual behavior to get a direction on where to look if you don't have one already. | ||
Logs are generally stored ``/varl/log/pufferpanel/`` | ||
LexFuturorum marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
||
Service can be checked with ``systemctl status pufferpanel`` | ||
|
||
|
||
I am getting permission errors with my files | ||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
|
||
If it does only affect the executable it may be a problem with the template as the steamdownload may require you to set the executable permission, this can be done by adding ``chmod +x <executable>`` to the end of your install process | ||
LexFuturorum marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
||
However if the permission error is cause by you messing with pufferpanel files outside of the provided file editing options(web-based file editor, sftp) we highly advice against doing that. | ||
LexFuturorum marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
||
To fix it, you can run ``chown -R pufferpanel:pufferpanel /var/lib/pufferpanel`` to fix the permissions once. If you run into this error again, re-read this entire block. | ||
|
||
|
||
I am having a port conflict, how do I change the port? | ||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
|
||
It should be noted ports below 1024 can't be bound to by pufferpanel as those require root permissions which pufferpanel by design doesn't have due to them not being neccesary. | ||
LexFuturorum marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
||
Update the port in ``web.host`` in the panels config (``/etc/pufferpanel/config.json``). | ||
|
||
Note: The **only** reason to ever do this, is for handling port conflicts. **If** you want to have your game panel exposed over the internet, you should **always** `use a reverse proxy to setup TLS </en/latest/guides/ssl-setup-nginx.html>`_, to ensure your server remains secure. | ||
|
||
|
||
I've setup pufferpanel on my old PC, but my friend can't join. | ||
LexFuturorum marked this conversation as resolved.
Show resolved
Hide resolved
|
||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
|
||
In this case we cant provide a universal solution but simply can tell you to forward the gameservers port via your router, as this process differs between models and manufacturers we advice to look at the routers manual. | ||
|
||
|
||
I still have Problem XYZ, what should i do? | ||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
|
||
If all of the above didnt resolve youre problem feel free to come to our discord server in the support channel or create an issue on github(slower). And make a post with all the information you collected up until now and tell us more about your hosting enviroment as some providers may have secondary firewalls in place or you may be behind a NAT which requires Port forwarding. | ||
LexFuturorum marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
||
Please note it may get embarrassing if you get sent a link to this page as an answer to your post |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.